diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 13:33:52 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 13:38:43 -0700 |
| commit | 1c9bafdec78b8f238a82314b6d9c566a951486c2 (patch) | |
| tree | 9868ffed8cb74357a06e63b88c56d71b13b415af /.travis.yml | |
| parent | 0e6014abc0b200f9045fe152b347449349e5d446 (diff) | |
Update Travis to use go 1.10 and go 1.11
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |