make travis build the image again

MS-2855/keylogger-mettle-extension
Christian Mehlmauer 2017-11-28 21:59:26 +01:00
parent 50351320d7
commit 0d38b70763
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ matrix:
jobs:
# build docker image
include:
- env: CMD="docker-compose -f $TRAVIS_BUILD_DIR/docker-compose.yml build" DOCKER="true"
- env: CMD="docker-compose build" DOCKER="true"
# we do not need any setup
before_install: skip
install: skip