github.com/ezoic/ws@v1.0.4-0.20220713205711-5c1d69e074c5/.travis.yml (about) 1 sudo: required 2 3 language: go 4 5 services: 6 - docker 7 8 os: 9 - linux 10 - windows 11 12 go: 13 - 1.8.x 14 - 1.9.x 15 - 1.10.x 16 - 1.11.x 17 - 1.x 18 19 install: 20 - go get github.com/ezoic/pool 21 - go get github.com/ezoic/httphead 22 23 script: 24 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then go test ./...; fi 25 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then make test autobahn; fi