Skip to content

Commit

Permalink
Fix travis build, take N.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Aug 11, 2018
1 parent 3b56412 commit af8a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:

script:
- make style vet test build integ docker
- test -n "$IMAGE_TAG" && make docker DOCKER_IMAGE_TAG=$IMAGE_TAG
- if [ -n "$IMAGE_TAG" ]; then make docker DOCKER_IMAGE_TAG=$IMAGE_TAG; fi

after_success:
- docker login -u $DOCKER_USER -p "$DOCKER_PASSWORD"
Expand Down

0 comments on commit af8a1e3

Please sign in to comment.