upgrade to new travis build system

This commit is contained in:
Kyle Drake 2015-09-13 00:24:15 -07:00
parent 69b636d477
commit 00b211f38c

View file

@ -5,3 +5,4 @@ addons:
postgresql: "9.3"
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
sudo: false