Skip to content

Commit 1f76e26

Browse files
committed
build master only
1 parent 99f8f5b commit 1f76e26

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
@@ -16,7 +16,7 @@ matrix:
1616
script:
1717
- yarn lint
1818
after_success:
19-
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST != "false" ]; then
19+
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
2020
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
2121
export REPO="democracy/democracy-server";
2222
docker build -f Dockerfile -t $REPO:$COMMIT .;

0 commit comments

Comments
 (0)