Skip to content

Commit 0d38b70

Browse files
committed
make travis build the image again
1 parent 5035132 commit 0d38b70

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
@@ -25,7 +25,7 @@ matrix:
2525
jobs:
2626
# build docker image
2727
include:
28-
- env: CMD="docker-compose -f $TRAVIS_BUILD_DIR/docker-compose.yml build" DOCKER="true"
28+
- env: CMD="docker-compose build" DOCKER="true"
2929
# we do not need any setup
3030
before_install: skip
3131
install: skip

0 commit comments

Comments
 (0)