Skip to content

Commit 18b5be4

Browse files
committed
do important part of CI first
1 parent 899ed76 commit 18b5be4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ language: ruby
1010

1111
#before_install: gem install bundler -v 1.15.4
1212
script:
13+
- cd SampleProjects/DoSomething
14+
- bundle install
15+
- bundle exec arduino_ci_remote.rb
16+
- cd ../..
1317
- bundle install
1418
- bundle exec rubocop --version
1519
- bundle exec rubocop -D .
1620
- bundle exec rspec
17-
- cd SampleProjects/DoSomething
18-
- bundle install
19-
- bundle exec arduino_ci_remote.rb

0 commit comments

Comments
 (0)