Skip to content

Commit

Permalink
Final CI setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-apz committed Jan 15, 2016
1 parent 54fc7ef commit 901bc7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ before_script:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USER" -p="$DOCKER_PASS"

script:
- docker build -t $DH_REPO:$IMG_TAG $DF_PATH
- docker push $DH_REPO;
# - travis_wait 40 docker build -t $DH_REPO:$IMG_TAG $DF_PATH
# - travis_wait 40 docker push $DH_REPO;
# - docker build -t $DH_REPO:$IMG_TAG $DF_PATH
# - docker push $DH_REPO;
- travis_wait 40 docker build -t $DH_REPO:$IMG_TAG $DF_PATH
- travis_wait 40 docker push $DH_REPO;

0 comments on commit 901bc7d

Please sign in to comment.