Skip to content

Commit

Permalink
Merge pull request #268 from esparta/execute_test_travis
Browse files Browse the repository at this point in the history
Fix rubytest not running on CI :test:
  • Loading branch information
ioquatix committed Mar 9, 2017
2 parents 8cb709e + c25a102 commit 304afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
---
language: ruby
script: "bundle exec rubytest -v -Ilib test/"
script: "bundle exec rubytest -Ilib test/ --verbose"
bundler_args: --without guard
rvm:
- 2.3.0
Expand Down

0 comments on commit 304afb3

Please sign in to comment.