Skip to content

Commit 8d7375f

Browse files
committed
install arduino first
1 parent 102e626 commit 8d7375f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ language: ruby
88
# - rbx
99
# - "2.5.0"
1010

11-
before_install: gem install bundler -v 1.15.4
11+
before_install:
12+
- gem install bundler -v 1.15.4
13+
- sudo apt-get -qq update
14+
- sudo apt-get install -y arduino
1215
script:
1316
- bundle exec rubocop --version
1417
- bundle exec rubocop -D .

0 commit comments

Comments
 (0)