diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 04:14:57 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 04:14:57 -0700 |
| commit | 0e6014abc0b200f9045fe152b347449349e5d446 (patch) | |
| tree | 0bce17b2bb6de3203a89d906012eadda7ceaa490 /.travis.yml | |
| parent | a7118153aa7c9392eeeddf1377301e05d68fcacb (diff) | |
Bump Travis Version
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f715434..82e52b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: false dist: trusty -go: 1.10.x +go: 1.11.x notifications: email: false |