1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Update .travis.yml

Updated travis.yml to execute run-script build
This commit is contained in:
Alexander Cerutti 2019-01-10 00:34:21 +01:00 committed by GitHub
parent 2c13c9a528
commit 3d63c268f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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