Skip to content

Commit

Permalink
Fix rubytest not running on CI :test:
Browse files Browse the repository at this point in the history
  • Loading branch information
esparta committed Nov 21, 2016
1 parent c58defb commit c25a102
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 c25a102

Please sign in to comment.