github.com/go-ego/cedar@v0.10.2/.travis.yml (about) 1 language: go 2 3 go: 4 # - 1.7.x 5 # - 1.8.x 6 # - 1.9.x 7 # - 1.10.x 8 # - 1.11.x 9 # - 1.12.x 10 # - 1.13.x 11 # - 1.14.x 12 - 1.15.x 13 # - tip 14 15 install: 16 - export PATH=$PATH:$HOME/gopath/bin 17 - go get -v -t ./... 18 # notifications: 19 # email: 20 # - .com