We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8687146 commit 6b90bd8Copy full SHA for 6b90bd8
.travis.yml
@@ -24,4 +24,5 @@ before_script:
24
25
script:
26
- npm run lint
27
- - cypress run --record --key $CYPRESS_KEY
+ - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then cypress run --record --key $CYPRESS_KEY; fi
28
+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cypress run; fi
0 commit comments