pull/10/head
Hunter Long 2018-06-22 02:35:38 -07:00
parent 4d81ae76e9
commit dc55fb63b6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ before_install:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then travis_wait 30 docker pull karalabe/xgo-latest; fi
after_success:
- curl -H "Content-Type: application/json" --data '{"source_type": "Tag", "source_name": "v'+$VERSION+'"}' -X POST $DOCKER
- "curl -H 'Content-Type: application/json' --data '{\"source_type\": \"Tag\", \"source_name\": \"v1\"}' -X POST $DOCKER"
before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'