1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/.travis.yml

16 lines
275 B
YAML
Raw Normal View History

2018-11-28 14:19:09 +00:00
language: ruby
2018-11-28 14:37:55 +00:00
services:
- postgresql
env:
global:
- POSTGRES_HOST=localhost
- POSTGRES_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=''
- POSTGRES_DB=partynest_test
before_script:
- psql -U postgres -c "CREATE DATABASE partynest_test;"