diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-04-07 13:16:01 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-04-07 18:54:53 +0200 |
commit | 3db4a1cf7ab12343ce5705ac56aa7ca6ea1677b6 (patch) | |
tree | a5436c91a89edd13f0a28375c794943a04c9cc52 /.travis.yml | |
parent | f34e6172cf2a4d1d1aef22304ecbc7c8e2d142ff (diff) | |
download | hugo-3db4a1cf7ab12343ce5705ac56aa7ca6ea1677b6.tar.gz hugo-3db4a1cf7ab12343ce5705ac56aa7ca6ea1677b6.zip |
Update to Go 1.12.2 and Go 1.11.7
Fixes #5819
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 447402dfa..e3fa993ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: go sudo: false -dist: trusty +dist: xenial env: global: - HUGO_BUILD_TAGS="extended" git: depth: false go: - - "1.11.6" - - "1.12.1" + - "1.11.7" + - "1.12.2" - tip os: - linux |