Skip to content

Commit 5e7d82c

Browse files
committed
Ruby 2.1.3
This change updates the Travis configuration to test against 2.1.3.
1 parent 3455de8 commit 5e7d82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.1.2
4+
- 2.1.3
55
- 1.9.3-p547
66
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p547' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
77
install: bundle install --deployment --without debug

0 commit comments

Comments
 (0)