Use go version defined in the travis.yml matrix

This commit is contained in:
Philippe Lafoucrière 2015-10-15 13:34:52 -04:00
parent ef698d8132
commit b4e84ac8f9
1 changed files with 1 additions and 0 deletions

View File

@ -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