about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
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