Skip to content

Commit

Permalink
chore: Only run Saucelabs tests once in CI (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Dec 4, 2018
1 parent 57e7140 commit 9f1200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
install: npm install
script:
- npm test
- if [ ! -z "$SAUCE_ACCESS_KEY" ]; then npm run test:client; fi
- if [[ "$TRAVIS_NODE_VERSION" = "node" ]]; then if [ -n "$SAUCE_ACCESS_KEY" ]; then npm run test:client; fi; fi;
node_js:
- node
- 10
Expand Down

0 comments on commit 9f1200f

Please # to comment.