Update app.js path in .travis.yml

This commit is contained in:
Frédéric Guillot 2018-01-05 18:00:11 -08:00
parent 5a0598d7ad
commit 9329c924d9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- npm install -g jshint
- go get -u github.com/golang/lint/golint
script:
- jshint server/static/js/app.js
- jshint ui/static/js/app.js
- make lint
- make test
- make integration-test