Skip to content

Commit

Permalink
adding docker build to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Murdock committed Sep 28, 2018
1 parent cf8cf73 commit 4f7b42c
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 @@ -32,6 +32,8 @@ after_success:
- docker cp build:/versionno.txt .
- BINARY_NAME=`ls x86_64/`
- TRAVIS_TAG=`cat versionno.txt`
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker build -t caduceus:local .; fi'


deploy:
provider: releases
Expand Down

0 comments on commit 4f7b42c

Please sign in to comment.