Update .travis.yml

Updated travis.yml to execute run-script build
pull/277/head
Alexander Cerutti 5 years ago committed by GitHub
parent 2c13c9a528
commit 3d63c268f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,5 +4,5 @@ node_js:
- "8.4.0"
script:
- npm run lint
- npm build
- npm run build
- npm test

Loading…
Cancel
Save