Commit 1e7d0d4d by Prem Sichanugrist

Update Travis configuration to use new alias

Travis CI deprecated and remove the rbx-2.0 alias after rbx project
merged stuff back to master branch.
parent b7f9b6f8
...@@ -2,7 +2,7 @@ rvm: ...@@ -2,7 +2,7 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- ree - ree
- rbx-2.0 - rbx-18mode
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true" before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber" script: "bundle exec rake clean test cucumber"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment