Fix syntax error in travis.yaml

pull/151/head
johnniang 2019-05-09 15:35:11 +08:00 committed by John Niang
parent 978df361f0
commit d6f72ea26a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- stage: build
script: ./gradlew build -x test
- stage: build-docker-image
scrip:
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t $DOCKER_USERNAME/halo .
- docker images