mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
update travis config
This commit is contained in:
parent
3d5553e206
commit
dc4b8fedb8
@ -29,3 +29,7 @@ jobs:
|
|||||||
script: npm run test:ci
|
script: npm run test:ci
|
||||||
- stage: e2e
|
- stage: e2e
|
||||||
script: npm run build:dev && npm run e2e:docker
|
script: npm run build:dev && npm run e2e:docker
|
||||||
|
|
||||||
|
# Send coverage data to codecov
|
||||||
|
after_success:
|
||||||
|
bash <(curl -s https://codecov.io/bash) -X gcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user