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: jobs:
include: include:
- stage: test - stage: test
name: 'Code quality checks'
script: script:
- npm run lint - npm run lint
- npm run spellcheck - npm run spellcheck
- npm run format:check - npm run format:check
- stage: test - stage: test
name: 'Unit tests'
script: script:
- npm run test:ci - npm run test:ci
- bash <(curl -s https://codecov.io/bash) -X gcov - bash <(curl -s https://codecov.io/bash) -X gcov