Skip to content

Commit b72bcff

Browse files
committed
try coveralls after build
1 parent 4d647ca commit b72bcff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ stages:
1515
jobs:
1616
include:
1717
- stage: build
18+
after_script:
19+
- npm run coveralls-after
1820

1921
- stage: deploy_dev
2022
script:
@@ -29,12 +31,6 @@ jobs:
2931
script:
3032
- bash .ci/publish_canary.sh
3133

32-
# travis call prepare
33-
# Send coverage data to Coveralls
34-
# Deploy terminusdb/terminus-client
35-
after_script:
36-
- npm run coveralls-after
37-
3834

3935
before_deploy:
4036
- npm run doc

0 commit comments

Comments
 (0)