Daniel O'Connor
2016-03-28 23:33:34 +10:30
parent 22e0e8fba0
commit 66bb130a1a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ env:
secure: "Z5TpM2jEX4UCvNePnk/LwltQX48U2u9BRc+Iypr1x9QW2o228QJhPIOH39a8RMUrepGnkQIq9q3ZRUn98RfrJz1yThtlNFL3NmzdQ57gKgjGwfpa0e4Dwj/ZJqV2D84tDGjvdVYLP7zzaYZxQcwk/cgNpzKf/jq97HLNP7CYuf4="
bundler_args: "--without development production staging"
rvm:
- 2.1.7
- 2.1.8
before_script:
- psql -c 'create database growstuff_test;' -U postgres
script:

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.1.7'
ruby '2.1.8'
gem 'rails', '4.1.11'