pull/10/head
Hunter Long 2018-06-14 21:48:23 -07:00
parent 9a237defe7
commit 66ae1525a0
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ notifications:
before_install: before_install:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then travis_wait 30 docker pull karalabe/xgo-latest; fi - if [[ "$TRAVIS_BRANCH" == "master" ]]; then travis_wait 30 docker pull karalabe/xgo-latest; fi
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
before_script: before_script:
- psql -c 'create database travis_ci_test;' -U postgres - mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- psql -c 'create database test;' -U postgres
- go get github.com/stretchr/testify/assert - go get github.com/stretchr/testify/assert
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
- go get github.com/rendon/testcli - go get github.com/rendon/testcli