Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ matrix:
env:
- TEST_COMMAND="npm run test:unit"

# TODO(https://github.com/Polymer/tools/issues/280): update to node 10
- node_js: '9'
env:
- TEST_COMMAND="npm run test:unit"

- node_js: '10'
env:
- TEST_COMMAND="npm run test:unit"

- node_js: '8'
addons:
chrome: stable
Expand All @@ -59,3 +62,16 @@ matrix:
# means that community PRs never run on Sauce, even when the builds show
# all green.
- WCT_SAUCE=$TRAVIS_SECURE_ENV_VARS

- node_js: '10'
addons:
chrome: stable
firefox: latest
sauce_connect: true
env:
- TEST_COMMAND="xvfb-run npm run test:integration"
# We can't run Sauce without credentials. PRs from forks don't get secure
# environment variables. Only run Sauce if we have those vars. Note this
# means that community PRs never run on Sauce, even when the builds show
# all green.
- WCT_SAUCE=$TRAVIS_SECURE_ENV_VARS
Loading