Skip to content

Commit

Permalink
on travis docker is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdanilchenko committed Aug 9, 2018
1 parent b962a27 commit b523036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ env:
- TRAVIS=yes
before_install:
- docker pull postgres:9.6
- docker run -d postgres:9.6 -e POSTGRES_PASSWORD=pass -e POSTGRES_USER=user -e POSTGRES_DB=test_db --name pq_test_db
- docker run -d -e POSTGRES_PASSWORD=pass -e POSTGRES_USER=user -e POSTGRES_DB=test_db --name pq_test_db postgres:9.6
- docker ps -a

0 comments on commit b523036

Please sign in to comment.