Skip to content

Commit

Permalink
run CI with bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Oct 7, 2012
1 parent 22d6404 commit a9ffdea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_script:
- sudo ci/install_phantomjs
- "export PATH=phantomjs/bin:$PATH"
- phantomjs --version
script: rake ci --trace
script: bundle exec rake ci
rvm:
- 1.9.3
- 1.9.2
Expand All @@ -15,6 +15,5 @@ rvm:
- jruby-18mode
- jruby-19mode
- rbx-18mode
matrix:
allow_failures:
- rvm: rbx-19mode
# RBX 1.9 currently fails due to https://github.com/rubinius/rubinius/issues/1812
# - rbx-19mode

0 comments on commit a9ffdea

Please sign in to comment.