github.com/QuangTung97/bigcache@v0.1.0/.travis.yml (about) 1 # vim: ft=yaml sw=2 ts=2 2 3 language: go 4 5 before_install: 6 - go get github.com/mattn/goveralls 7 - make install-tools 8 9 # go versions to test 10 go: 11 - "1.15.x" 12 - "1.16.x" 13 14 # run tests w/ coverage 15 script: 16 - make lint 17 - travis_retry $GOPATH/bin/goveralls -service=travis-ci