push to docker in after_success step

This commit is contained in:
Carl Pearson
2017-11-14 07:54:31 -06:00
parent bb83af57c8
commit f4bdb2c807
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ before_install:
- make build
script:
- make test
after_success:
- make travis_push
env:

View File

@@ -1 +1,4 @@
# docker-doxygen
# docker-doxygen
cd /path/to/source
docker run --rm -v $(pwd):/data -it cwpearson/doxygen doxygen