Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespfennell committed Jul 4, 2020
1 parent 3bbd625 commit d4ef3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- pip install --quiet .
before_script:
- docker run -d -v $TRAVIS_BUILD_DIR/tests/upgrade:/dumps --name postgres --env POSTGRES_USER=transiter --env POSTGRES_PASSWORD=transiter --env POSTGRES_DB=transiter -p 5432:5432 postgres:12
- sleep 10
- docker exec postgres psql -U transiter -d transiter -f dumps/dump.sql
script:
- transiterclt db upgrade
Expand Down

0 comments on commit d4ef3b3

Please sign in to comment.