diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-23 10:50:17 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-23 10:50:17 -0700 |
| commit | c3599745ebabda35c43fbb569acf468f98489f5c (patch) | |
| tree | eedf2815ddb725bb65b74c5f49ca51f4f1d0e3e5 | |
| parent | 75a59da2c5724ca4faf148e50e3c772310287bf3 (diff) | |
Fix Travis to only use Go 1.10
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 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 |