From c3599745ebabda35c43fbb569acf468f98489f5c Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 23 Aug 2018 10:50:17 -0700 Subject: Fix Travis to only use Go 1.10 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be67b6d..4c7bea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: false dist: trusty -go: 1.9.x +go: 1.10.x notifications: email: false @@ -40,8 +40,6 @@ jobs: script: - go build github.com/google/fscrypt/cmd/fscrypt - make - - <<: *build - go: 1.8.x - env: Integration Tests sudo: required -- cgit v1.2.3