Skip to content

Commit

Permalink
detect cypress key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fieg committed Jul 7, 2019
1 parent 6b90bd8 commit 318e4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ before_script:

script:
- npm run lint
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then cypress run --record --key $CYPRESS_KEY; fi
- 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 comments on commit 318e4be

Please sign in to comment.