Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Mar 25, 2018
1 parent 7cb32c3 commit cb9b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:

script:
- "docker build --squash -t $REPO ."
- "#docker run -d --name sxapi $REPO"
- "docker run -d --name sxapi $REPO"

after_success:
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; elif [ "$TRAVIS_BRANCH" == "testing" ]; then echo "testing"; else echo $RELEASE ; fi`
Expand Down

0 comments on commit cb9b55f

Please sign in to comment.