Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
gem 'arduino_ci', github: 'Arduino-CI/arduino_ci', branch: 'master'
# gem 'arduino_ci', github: 'Arduino-CI/arduino_ci', branch: 'master'
gem 'arduino_ci', github: 'jgfoster/arduino_ci', branch: 'makefile'

# Following are alternate ways to reference a specific tag or commit
# This is helpful when a change to arduino_ci breaks the tests
Expand Down
Loading