miniflux-v2/.travis.yml

11 lines
171 B
YAML
Raw Normal View History

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