Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Dec 22, 2016
1 parent fc1d2cf commit a4f6cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ after_success:
cd docker &&
docker build -t ikuosu/influxgraph . &&
docker push ikuosu/influxgraph:${TRAVIS_TAG};
docker push ikuosu/influxgraph;
elif [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
cd docker &&
Expand Down

0 comments on commit a4f6cdc

Please sign in to comment.