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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user