Browse Source

Add asset build to CI

production
Jack Foltz 5 years ago
parent
commit
315f7e48c8
Signed by: foltik <jack@foltz.io> GPG Key ID: 303F88F996E95541
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -11,5 +11,6 @@ install:
- npm ci
- npm install -g npx
script:
- npx gulp
- npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- npx codecov

Loading…
Cancel
Save