summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 87ef507..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: go
-go:
- - "1.12"
- - "1.13"
-before_install:
- - go get github.com/axw/gocov/gocov
- - go get github.com/mattn/goveralls
- - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
-script:
- - $HOME/gopath/bin/goveralls -service=travis-ci
- - bash test/compile_with_go110.sh
- - bash test/compile_with_go111.sh
- - bash test/compile_with_go111_inside_gopath.sh