mirror of https://github.com/status-im/migrate.git
Use go version defined in the travis.yml matrix
This commit is contained in:
parent
ef698d8132
commit
b4e84ac8f9
|
@ -14,5 +14,6 @@ before_install:
|
|||
- curl -L https://github.com/docker/compose/releases/download/1.4.2/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml
|
||||
|
||||
script: make test
|
||||
|
|
Loading…
Reference in New Issue