summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 465683c..f953225 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,3 +11,6 @@ before_install:
- 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