This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/andybalholm/cascadia/.travis.yml
2016-03-09 13:04:05 -08:00

14 lines
141 B
YAML

language: go
go:
- 1.3
- 1.4
install:
- go get github.com/andybalholm/cascadia
script:
- go test -v
notifications:
email: false