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:
|
||||
- gulp lint
|
||||
- gulp build
|
||||
script:
|
||||
- gulp coverage
|
||||
after_success:
|
||||
- pipenv run coveralls
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue