Skip to content

Commit cbe0598

Browse files
committed
Test against 2.1.1
Since it would appear likely that Cloud Foundry will be skipping the 2.0 line completely, this change updates the test configuration to start testing against 2.1.1.
1 parent b33e08c commit cbe0598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: ruby
33
rvm:
4-
- 2.0.0-p353
4+
- 2.1.1
55
- 1.9.3-p545
66
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p545' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
77
install: bundle install --deployment --without debug

0 commit comments

Comments
 (0)