Skip to content

Commit

Permalink
dont record cypress on fork pr
Browse files Browse the repository at this point in the history
  • Loading branch information
fieg committed Jul 7, 2019
1 parent 8687146 commit 6b90bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ before_script:

script:
- npm run lint
- cypress run --record --key $CYPRESS_KEY
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then cypress run --record --key $CYPRESS_KEY; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cypress run; fi

0 comments on commit 6b90bd8

Please sign in to comment.