Updated .travis.yml to new tests

This commit is contained in:
Kylart 2018-08-08 21:47:41 +02:00
parent b5ca293b9f
commit a7e6243020
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ install:
- npm install
script:
- npm run test:server
- npm run test:api
- npm run cloc
after_success: npm run coverage