diff --git a/.travis.yml b/.travis.yml index dd3e054c4..e7ba4e4e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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