chore(travis) rm allow failures

This commit is contained in:
coderaiser 2018-05-08 16:12:37 +03:00
parent e10eab4de4
commit f1bc32617d

View file

@ -4,10 +4,6 @@ node_js:
- 9
- 8
matrix:
allow_failures:
- node_js: 10
script:
- npm run lint && npm run build && npm run coverage && npm run report