simplify appveyor, travis scripts

This commit is contained in:
Michael Bradley, Jr 2018-09-11 13:11:43 -05:00
parent 373a67b4a3
commit 90d5657060
2 changed files with 3 additions and 10 deletions

View File

@ -7,7 +7,4 @@ addons:
before_install:
- npm i -g npm@latest
script:
- npm run lint
- npm run test
- npm run testdapp_1
- npm run testdapp_2
- npm test

View File

@ -15,12 +15,8 @@ test_script:
# Output useful info for debugging.
- node --version
- npm --version
- npm run lint
- npm run test
# tmp fix due to windows npm5 issue
- cd test_apps/test_app/extensions/embark-service && npm install
- npm run testdapp_1
- npm run testdapp_2
# run tests
- npm test
# Don't actually build.
build: off