1language: go 2 3go: 4 - 1.3 5 - 1.4 6 7install: 8 - go get github.com/andybalholm/cascadia 9 10script: 11 - go test -v 12 13notifications: 14 email: false
View as plain text