Skip to content

Commit 36af45b

Browse files
committed
Remove after_script action
1 parent a7461e5 commit 36af45b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ sudo: false
2323
after_success:
2424
- npm run coveralls
2525

26-
after_script:
27-
- curl -k https://coveralls.io/webhook?repo_token=N318s7If94kLwqhEyj5Sz8QddBuCJznZC -d "payload[build_num]=$TRAVIS_BUILD_NUMBER&payload[status]=done"
28-
2926
notifications:
30-
webhooks: https://coveralls.io/webhook
27+
webhooks: https://coveralls.io/webhook

0 commit comments

Comments
 (0)