Skip to content

Commit

Permalink
hooked travis success to dockerhub build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespstrachan committed Mar 17, 2018
1 parent c771c55 commit 7c73f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ script:
- python -m unittest discover
- flake8 --max-line-length=100 --ignore E221,E127,E241
- expect test.exp
after_success:
- curl -H "Content-Type: application/json" --data '{"build": true}' -X POST "https://registry.hub.docker.com/u/jamespstrachan/hanabi/trigger/$DOCKER_BUILD_TOKEN/"

0 comments on commit 7c73f14

Please sign in to comment.