diff options
| author | Joseph Richey <joerichey@google.com> | 2019-07-26 18:08:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-26 18:08:34 -0700 |
| commit | 73992db882786db9e2c1ac63f101f77a9d90a0a6 (patch) | |
| tree | 787fe5a4921ad513bd9fa1a9cebeb65ea929d3f3 /.travis.yml | |
| parent | 8956903569b187652d7f068800c240b24cb2e41e (diff) | |
Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)
Fixes CI issues
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 309bcc2..eb2176a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: false -dist: trusty -go: 1.11.x +dist: bionic +go: 1.12.x notifications: email: false @@ -39,7 +39,7 @@ jobs: - make - <<: *build - go: 1.10.x + go: 1.11.x - env: Integration Tests sudo: required |