1
0
Fork 0
miniflux/.travis.yml

11 lines
171 B
YAML
Raw Normal View History

2017-11-20 16:50:50 -05:00
notifications:
email: false
2017-11-20 00:10:04 -05:00
language: go
go:
- 1.9
2017-11-20 16:55:14 -05:00
before_install:
- npm install -g jshint
2017-11-20 00:10:04 -05:00
script:
2017-11-20 16:55:14 -05:00
- jshint server/static/js/app.js
2017-11-20 00:10:04 -05:00
- go test -cover -race ./...