1
0
Fork 0
miniflux/vendor/github.com/andybalholm/cascadia/.travis.yml

15 lines
141 B
YAML
Raw Normal View History

2017-11-20 00:10:04 -05:00
language: go
go:
- 1.3
- 1.4
install:
- go get github.com/andybalholm/cascadia
script:
- go test -v
notifications:
email: false