Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Do not test against rbx-19mode for now
Browse files Browse the repository at this point in the history
We aren't really sure if Rails even work on rbx-19mode, as it's on rapid developemnt. We should disble that for now.
  • Loading branch information
sikachu committed Feb 11, 2012
1 parent 71d3f46 commit f19393c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ rvm:
- 1.9.2
- ree
- rbx-18mode
- rbx-19mode

before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"
Expand Down

0 comments on commit f19393c

Please sign in to comment.