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 6b90bd8 commit 318e4beCopy full SHA for 318e4be
.travis.yml
@@ -24,5 +24,5 @@ before_script:
24
25
script:
26
- npm run lint
27
- - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then cypress run --record --key $CYPRESS_KEY; fi
28
- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cypress run; fi
+ - if [ "$CYPRESS_KEY" = "" ]; then cypress run; fi
+ - if [ "$CYPRESS_KEY" != "" ]; then cypress run --record --key $CYPRESS_KEY; fi
0 commit comments