We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899ed76 commit 18b5be4Copy full SHA for 18b5be4
.travis.yml
@@ -10,10 +10,11 @@ language: ruby
10
11
#before_install: gem install bundler -v 1.15.4
12
script:
13
+ - cd SampleProjects/DoSomething
14
+ - bundle install
15
+ - bundle exec arduino_ci_remote.rb
16
+ - cd ../..
17
- bundle install
18
- bundle exec rubocop --version
19
- bundle exec rubocop -D .
20
- bundle exec rspec
- - cd SampleProjects/DoSomething
- - bundle install
- - bundle exec arduino_ci_remote.rb
0 commit comments