.travis.yml 141 B

1234567891011121314
  1. language: go
  2. go:
  3. - 1.3
  4. - 1.4
  5. install:
  6. - go get github.com/andybalholm/cascadia
  7. script:
  8. - go test -v
  9. notifications:
  10. email: false