1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00
miniflux-v2/.travis.yml
2017-11-20 13:57:27 -08:00

10 lines
171 B
YAML

notifications:
email: false
language: go
go:
- 1.9
before_install:
- npm install -g jshint
script:
- jshint server/static/js/app.js
- go test -cover -race ./...