From 321fb91b8c1ecf02776375ed7316896415dee880 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 5 Oct 2018 18:04:03 +0100 Subject: [PATCH] minor travis settings update --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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