diff options
| author | lhchavez <[email protected]> | 2020-10-23 05:47:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-23 05:47:14 -0700 |
| commit | f83530b18dc46867ed06fc261b309b8b545a3b6f (patch) | |
| tree | fa57d290d2928ab15d2b2b5a21c7a0b1a9e37f57 /.travis.yml | |
| parent | 10d5ebf231bdc37293235a6fc2bdf94fd25d0c56 (diff) | |
CI refresh (#666)
This change:
* Makes the Travis tests only run tip, since the rest of the Go versions are better served by GitHub Actions.
* Use Go 1.15 in the CI. This has been released for a while.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index b25a052..984e1c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ language: go go: - - "1.9" - - "1.10" - - "1.11" - - "1.12" - - "1.13" - tip install: @@ -15,10 +10,6 @@ install: script: - make test-static -matrix: - allow_failures: - - go: tip - git: submodules: true |
