mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
minor travis settings update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user