github.com/phpdave11/gofpdf@v1.4.2/.travis.yml (about) 1 language: go 2 3 sudo: false 4 5 go: 6 - master 7 8 os: 9 - linux 10 11 script: go test -v 12 13 notifications: 14 email: false