Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit c1cb2bd

Browse files
Update .travis.yml
1 parent 42a1be9 commit c1cb2bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ services:
44
- docker
55

66
script:
7+
- if [ "$TRAVIS_BRANCH" == "master" ]; then
8+
export TRAVIS_BRANCH="latest";
9+
fi
710
- docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF="$TRAVIS_COMMIT" -t computerfr33k/burp-server:"$TRAVIS_BRANCH" .
811

912
after_success:

0 commit comments

Comments
 (0)