diff options
author | 2018-01-13 12:10:57 -0800 | |
---|---|---|
committer | 2018-01-13 12:22:06 -0800 | |
commit | 61302e452465f5888ec6333e610e00e93a6f0073 (patch) | |
tree | a4e9543f78c5e9a542c3823ecfe97eb9afd17b51 | |
parent | feat(main): include ".exe" when building for Windows (diff) | |
download | bakelite-61302e452465f5888ec6333e610e00e93a6f0073.tar.xz |
chore(travis): upgrade Go to version 1.9.xv0.0.4
-rw-r--r-- | .travis.yml | 4 |
1 files 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 |