From 61302e452465f5888ec6333e610e00e93a6f0073 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sat, 13 Jan 2018 12:10:57 -0800 Subject: chore(travis): upgrade Go to version 1.9.x --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98a9934..879df71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,11 @@ install: jobs: include: - stage: test - go: 1.8.x + go: 1.9.x script: - go test -v $(go list ./... | grep -v /vendor/) - stage: Build and Deploy - go: 1.8.x + go: 1.9.x script: - export SOURCE_DATE_EPOCH=$(git show -s --format=%ci ${TRAVIS_TAG:-${TRAVIS_COMMIT}}^{commit}) - go build github.com/terinjokes/bakelite -- cgit 1.4.1