** add database config

This commit is contained in:
ben 2016-03-09 23:48:15 -05:00
parent 4b1d10ff18
commit 38490cde36

View File

@ -14,6 +14,9 @@ before_install:
install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
script:
- raco setup --check-pkg-deps trivial
- raco test $TRAVIS_BUILD_DIR