Skip to content

Commit 6d8a387

Browse files
authored
Update .travis.yml
1 parent 4006b1c commit 6d8a387

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sudo: required
33

44
services:
55
- docker
6+
7+
after_success:
8+
- if [ "$TRAVIS_BRANCH" == "master" ]; then
9+
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
10+
docker push introproventures/graphql-jpa-query-example:latest;
11+
fi

0 commit comments

Comments
 (0)