Override travis script key to run coverage.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-22 17:53:03 -04:00
parent f62fe09f25
commit e5fb929c60
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ install:
before_script:
- gulp lint
- gulp build
script:
- gulp coverage
after_success:
- pipenv run coveralls
notifications: