Skip to content

Commit 74d5b87

Browse files
committed
pre-install arduino in travis
1 parent a6a6a0f commit 74d5b87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ 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+
- apt-get update
14+
- apt-get arduino
15+
1216
script:
1317
- bundle exec rubocop --version
1418
- bundle exec rubocop -D .

0 commit comments

Comments
 (0)