Skip to content

Commit

Permalink
updated travis ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed Oct 10, 2011
1 parent d155f0f commit e67c4b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,9 +1,11 @@
notifications: notifications:
disable: true disable: true
rvm: rvm:
- 1.8.7 - 1.8.7 # (current default)
- 1.9.2 - 1.9.2
- rbx - 1.9.3
- ree - rbx-2.0
- jruby - jruby
- ruby-head
- ree
script: "bundle exec rake spec spec:acceptance" script: "bundle exec rake spec spec:acceptance"

0 comments on commit e67c4b8

Please sign in to comment.