Skip to content

Commit a4f710a

Browse files
committed
ci: Run SauceLabs tests only when PRs come from the org
1 parent 5cc29ae commit a4f710a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cache:
1010
directories:
1111
- node_modules
1212
addons:
13-
chrome: latest
13+
chrome: stable
1414
firefox: latest
1515
sauce_connect: true
1616
script:
17-
- npm run test && npm run test:ci
17+
- npm run test && if [ -z "$TRAVIS_SECURE_ENV_VARS" ]; then exit 0; else npm run test:ci; fi

0 commit comments

Comments
 (0)