diff options
author | Michael Steinert <[email protected]> | 2020-11-30 11:06:47 -0600 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2020-11-30 11:06:57 -0600 |
commit | e61372126161db56aa15734b7575714920c274ac (patch) | |
tree | 10f506b1ddbd8b880b2a3a24c6f3018a9dd7080e | |
parent | 913b8f8cdf8bd820401708cf4f5e50d423009577 (diff) |
Update CI build matrix
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a31101d..8924f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.10.x - - 1.11.x + - 1.14.x + - 1.15.x - tip before_install: |