Skip to content

Commit 8cebf42

Browse files
committed
syntax
1 parent 95c2192 commit 8cebf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ matrix:
1616
script:
1717
- yarn lint
1818
after_success:
19-
- if [ $TRAVIS_BRANCH == "master" ] then
19+
- if [ $TRAVIS_BRANCH == "master" ]; then
2020
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
2121
export REPO="democracy/democracy-server";
2222
docker build -f Dockerfile -t $REPO:$COMMIT .;
23-
docker push $REPO
23+
docker push $REPO;
2424
fi
2525
after_script:
2626
- echo "BUILD FINISHED"

0 commit comments

Comments
 (0)