You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 141B

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