Skip to content

Commit

Permalink
Fix support for Travis
Browse files Browse the repository at this point in the history
Also allow rbx to fail.
  • Loading branch information
jc00ke committed Nov 12, 2012
1 parent 2f7ca0e commit 738bb5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
@@ -1,6 +1,12 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- ree
script: ./run_tests
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- ree
matrix:
allow_failures:
- rvm rbx-18mode
- rvm rbx-19mode
4 changes: 4 additions & 0 deletions run_tests
@@ -0,0 +1,4 @@
#!/bin/bash

ruby setup.rb
bundle exec rake test

0 comments on commit 738bb5b

Please sign in to comment.