Skip to content

Commit

Permalink
Update Travis configuration to use new alias
Browse files Browse the repository at this point in the history
Travis CI deprecated and remove the rbx-2.0 alias after rbx project
merged stuff back to master branch.
  • Loading branch information
sikachu committed Jan 27, 2012
1 parent b7f9b6f commit 1e7d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ rvm:
- 1.8.7
- 1.9.2
- ree
- rbx-2.0
- rbx-18mode

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 1e7d0d4

Please sign in to comment.