summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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