mirror of https://github.com/snachodog/mybuddy.git
Override travis script key to run coverage.
This commit is contained in:
parent
f62fe09f25
commit
e5fb929c60
|
@ -17,6 +17,8 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- gulp lint
|
- gulp lint
|
||||||
- gulp build
|
- gulp build
|
||||||
|
script:
|
||||||
|
- gulp coverage
|
||||||
after_success:
|
after_success:
|
||||||
- pipenv run coveralls
|
- pipenv run coveralls
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue