Skip to content

Commit

Permalink
Fix running test under travis-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 6, 2017
1 parent 0f3221d commit 627d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ sudo: false
before_install:
- gem --version

script: bundle exec test/suite.rb
script: bundle exec ruby test/suite.rb

rvm:
- 2.3.1
Expand Down

0 comments on commit 627d1ac

Please sign in to comment.