diff options
| author | Joseph Richey <joerichey@google.com> | 2018-08-23 10:59:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 10:59:35 -0700 |
| commit | d4d88e16b54eaa9ba2a8dcb07ba545b60f4d4208 (patch) | |
| tree | 14db1ef1d6b2ae19e6ad20e9f683ece46793cd29 /.travis.yml | |
| parent | 75a59da2c5724ca4faf148e50e3c772310287bf3 (diff) | |
| parent | 7fb7ad1dc46b9bfc9b80c41dc22658bffaa8351c (diff) | |
Merge pull request #104 from google/travis
Fix Travis to only use Go 1.10
Diffstat (limited to '.travis.yml')
| -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 |