summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-06 09:25:18 -0700
committerDessalines <happydooby@gmail.com>2019-04-06 09:25:18 -0700
commitb22d500e2505da94620a8935a152d1bca65deb75 (patch)
tree12a8df1c26edc250b04f014cabccb1116fdf2b10 /.travis.yml
parent35b3fa95a9e20b7fe4b0682b1b5b7bf981ce93b6 (diff)
Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e9f10af..69c6bb17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,6 @@ matrix:
before_cache:
- cd server
cache: cargo
-services:
- - postgresql
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
@@ -23,3 +21,5 @@ script:
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
+addons:
+ postgresql: "9.4"