Skip to content

Commit

Permalink
Use bundle exe in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Sep 2, 2013
1 parent d705717 commit 343ea6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: ruby
rvm:
- 1.9.3
script:
- rake docs
- ruby test/suite.rb
- bundle exec ruby test/suite.rb
- bundle exec rake docs
notifications:
email:
recipients:
Expand Down

0 comments on commit 343ea6f

Please sign in to comment.