Skip to content

Commit 0c4d7ad

Browse files
committed
Fix .travis.yml
1 parent 05fcc22 commit 0c4d7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: python
55
services:
66
- docker
77

8-
before_script:
8+
install:
99
- sed -e 's/${PYTHON_VERSION}/'${PYTHON_VERSION}/g -e 's/${PG_VERSION}/'${PG_VERSION}/g Dockerfile.tmpl > Dockerfile
1010
- docker-compose build
1111

0 commit comments

Comments
 (0)