minor travis settings update

This commit is contained in:
Denys Vuika
2018-10-05 18:04:03 +01:00
parent c14f17185a
commit 321fb91b8c
+2
View File
@@ -22,11 +22,13 @@ before_install:
jobs:
include:
- stage: test
name: 'Code quality checks'
script:
- npm run lint
- npm run spellcheck
- npm run format:check
- stage: test
name: 'Unit tests'
script:
- npm run test:ci
- bash <(curl -s https://codecov.io/bash) -X gcov