Skip to content

Commit cf467e8

Browse files
committed
fixed typo
1 parent 1663e6e commit cf467e8

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
@@ -63,7 +63,7 @@ after_script:
6363
after_success:
6464
- if [[ $TRAVIS_BRANCH = "master" || -n "$TRAVIS_TAG" ]]; then
6565
docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASS &&
66-
docker-compose push
66+
docker-compose push;
6767
fi
6868

6969
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)