Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Skip browser testing on Sauce Labs for PRs
Browse files Browse the repository at this point in the history
This just doesn't seem to work on Travis CI -- there seems to be no currently supported way to safely share the login credentials on PR builds
  • Loading branch information
FelixHenninger committed Mar 9, 2020
1 parent bb6e5b5 commit 107fa39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ install:
script:
- (cd packages/library && yarn run build:starterkit)
- (cd packages/library && yarn test)
- (cd packages/library && yarn run test:sauce)
- if [ $TRAVIS_PULL_REQUEST == "false" ]; then
(cd packages/library && yarn run test:sauce);
fi
- (cd packages/builder && yarn run build)
- (cd packages/builder && yarn test)
after_success:
Expand Down

0 comments on commit 107fa39

Please sign in to comment.