Commit 72418c9
Changed files (1)
.travis.yml
@@ -3,7 +3,7 @@ rvm:
- 2.2.2
cache: bundler
addons:
- postgresql: '9.3'
+ postgresql: '9.4'
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database app_test;' -U postgres