github.com/ks888/tgo@v0.0.0-20190130135156-80bf89407292/.travis.yml (about) 1 language: go 2 go: 3 - 1.10.x 4 - 1.11.x 5 - tip 6 os: 7 - linux 8 - osx 9 matrix: 10 allow_failures: 11 - go: tip 12 git: 13 depth: false 14 script: 15 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo sh -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope"; fi 16 - go test -v -timeout 3m ./...