Skip to content

Commit f27f839

Browse files
committed
Added PostgreSQL database for CI
1 parent f3f470d commit f27f839

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
services:
2+
- postgresql
3+
before_script:
4+
- psql -c 'create user postgres_query_test;' -U postgres
15
language: rust
26
rust:
37
- stable

0 commit comments

Comments
 (0)