From 1c9bafdec78b8f238a82314b6d9c566a951486c2 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 13:33:52 -0700 Subject: [PATCH] Update Travis to use go 1.10 and go 1.11 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82e52b1..309bcc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,9 @@ jobs: - go build github.com/google/fscrypt/cmd/fscrypt - make + - <<: *build + go: 1.10.x + - env: Integration Tests sudo: required addons: -- 2.39.5