Make travis/jenkins check for lint on files which are clean to start with
This commit is contained in:
parent
ea02d8841c
commit
9bda212cb1
5 changed files with 225 additions and 3 deletions
|
@ -5,6 +5,4 @@ install:
|
|||
- npm install
|
||||
- (cd node_modules/matrix-js-sdk && npm install)
|
||||
script:
|
||||
# don't run the riot tests unless the react-sdk tests pass, otherwise
|
||||
# the output is confusing.
|
||||
- npm run test && ./.travis-test-riot.sh
|
||||
./scripts/travis.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue