Fix Travis config

This commit is contained in:
Hakan Ensari 2017-01-09 00:15:18 +00:00
parent 3fdae1090b
commit 6f62b73704

View File

@ -1,5 +1,7 @@
before_script:
- psql -c 'create database fixer_test;' -U postgres
rvm:
- 2.3.1
- 2.4.0
services:
- memcached
sudo: false