diff --git a/.travis.yml b/.travis.yml index 1f1dd8ee1..f4ef1e7ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,13 @@ cache: matrix: include: - os: linux + go: + - 1.11.x - os: osx before_install: - export GOPATH=$HOME/go -go: - - "1.11.x" - + go: + - 1.11.x install: # build nim from our own branch - this to avoid the day-to-day churn and # regressions of the fast-paced Nim development while maintaining the