Skip to content

Commit db9cc83

Browse files
run cypress only for PRs
1 parent 8492adb commit db9cc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
1919
script: "./bin/wraith.sh"
2020
- name: Cypress
21+
if: type IN (pull_request)
2122
language: node_js
2223
node_js:
2324
- 10.8

0 commit comments

Comments
 (0)