Skip to content

Commit

Permalink
Use rvmsudo to fix jasmine:ci testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Dec 27, 2013
1 parent d413768 commit 0ec4cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake test
env:
- rvmsudo_secure_path=1
script: rvmsudo bundle exec rake test
services:
- mongodb
notifications:
Expand Down

0 comments on commit 0ec4cc8

Please sign in to comment.