Skip to content

Commit

Permalink
Update promisify-node to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Jun 9, 2018
1 parent 226f117 commit d0e06e1
Show file tree
Hide file tree
Showing 3 changed files with 11,045 additions and 7,148 deletions.
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

0 comments on commit d0e06e1

Please sign in to comment.