Skip to content

Commit a953a21

Browse files
committed
stage dash
1 parent f9e65fd commit a953a21

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,8 +16,8 @@ matrix:
1616
script:
1717
- yarn lint
1818
after_success:
19-
test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "true" &&
20-
( docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
19+
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "true" &&
20+
( docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
2121
export REPO="democracy/democracy-server";
2222
docker build -f Dockerfile -t $REPO:$COMMIT .;
2323
docker push $REPO;)

0 commit comments

Comments
 (0)