Skip to content

Commit

Permalink
Downgrade ruby version without updating all the deps - wut
Browse files Browse the repository at this point in the history
  • Loading branch information
vanstee committed Apr 3, 2015
1 parent a1c8548 commit 775e879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: ruby
bundler_args: "--without development production autotest"
rvm:
- 2.2.0
- 2.1.2
addons:
postgresql: "9.3"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.2.0'
ruby '2.1.2'

# Load environment variables first

Expand Down

0 comments on commit 775e879

Please sign in to comment.