Add gh-assets-clone.sh script.

This commit is contained in:
Will Rouesnel
2018-11-11 16:04:10 +11:00
parent fec1a171ba
commit 3acec53018
4 changed files with 25 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ before_install:
&& sudo chmod +x /usr/local/bin/docker-compose
- sudo apt-get update && sudo apt-get install postgresql-client-common
script:
- ./gh-assets-clone.sh
- go run mage.go -v all
- "$HOME/gopath/bin/goveralls -coverprofile=cover.out -service=travis-ci"
- go run mage.go docker