Build fix for unit test failures

This commit is contained in:
Justin Wilaby 2019-01-08 10:40:53 -08:00
Родитель f74cb464ea
Коммит fc0a2eae1d
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@ notifications:
email: false
before_install:
- npm cache verify
- npm prune
- npm i -g lerna
- lerna clean --yes
@ -19,3 +21,5 @@ install:
script:
- npm run build
- npm run test:coveralls
cache: false