Skip to content

Commit

Permalink
Changing order the travis workers get spawned in
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 19, 2011
1 parent 5e38eeb commit 12b4105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
rvm:
- ruby-head
- jruby
- rbx
- 1.9.3
- 1.9.2
- 1.8.7
- jruby
- 1.9.2
- ree
- rbx
- rbx-2.0.0pre
before_script:
- mongo mongoid_test --eval 'db.addUser("mongoid", "test");'

0 comments on commit 12b4105

Please sign in to comment.