Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 17e71ea

Browse files
committed
Skip after-success
1 parent 7af232f commit 17e71ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@ jobs:
3434
- stage: Unit Tests SauceLabs + BrowserStack
3535
script: ./run-npm-test-saucelabs.sh
3636
if: type != pull_request
37+
after_success: skip
3738
- script: ./run-npm-test-browserstack.sh
3839
if: type != pull_request
40+
after_success: skip
3941
- stage: E2E Local + SauceLabs + BrowserStack
4042
script: ./run-npm-e2e-local.sh
43+
after_success: skip
4144
- script: ./run-npm-e2e-saucelabs.sh
4245
if: type != pull_request
46+
after_success: skip
4347
- script: ./run-npm-e2e-browserstack.sh
4448
if: type != pull_request
49+
after_success: skip

0 commit comments

Comments
 (0)