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
2018-01-05 18:00:11 -08:00

17 lines
287 B
YAML

notifications:
email: false
services:
- postgresql
addons:
postgresql: "9.4"
language: go
go:
- 1.9
before_install:
- npm install -g jshint
- go get -u github.com/golang/lint/golint
script:
- jshint ui/static/js/app.js
- make lint
- make test
- make integration-test