Skip to content

Commit

Permalink
Travis calls tests/test.sh to prevent directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelson0 committed Oct 31, 2016
1 parent c804767 commit fbd4e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ notifications:
language: ruby
script:
- bundle exec rubocop
- cd tests && ./test.sh && cd ..
- tests/test.sh
sudo: false
rvm:
- 2.2
Expand Down

0 comments on commit fbd4e1e

Please sign in to comment.