mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Update app.js path in .travis.yml
This commit is contained in:
parent
5a0598d7ad
commit
9329c924d9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before_install:
|
||||||
- npm install -g jshint
|
- npm install -g jshint
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
- jshint server/static/js/app.js
|
- jshint ui/static/js/app.js
|
||||||
- make lint
|
- make lint
|
||||||
- make test
|
- make test
|
||||||
- make integration-test
|
- make integration-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue