CI refresh #666

Merged
lhchavez merged 2 commits from ci-refresh into master 2020-10-23 07:47:14 -05:00
1 changed files with 0 additions and 9 deletions
Showing only changes of commit f1c9c30779 - Show all commits

View File

@ -1,11 +1,6 @@
language: go language: go
go: go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip - tip
install: install:
@ -15,10 +10,6 @@ install:
script: script:
- make test-static - make test-static
matrix:
allow_failures:
- go: tip
git: git:
submodules: true submodules: true