We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647c0bd commit 93e7c44Copy full SHA for 93e7c44
.ruby-version
@@ -1 +1 @@
1
-1.9.3-p550
+1.9.3-p551
.travis.yml
@@ -1,9 +1,9 @@
---
2
language: ruby
3
rvm:
4
- - 2.1.4
5
- - 1.9.3-p550
6
-before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p550' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
+ - 2.1.5
+ - 1.9.3-p551
+before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
7
install: bundle install --deployment --without debug
8
notifications:
9
webhooks:
0 commit comments