Skip to content

Commit

Permalink
Use module flags for wct
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 30, 2018
1 parent bddeff4 commit 8abf2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ cache:
directories:
- node_modules
before_script:
- npm install -g bower gulp-cli@1
- npm install -g gulp-cli@1
- gulp lint-eslint
# TODO(dfreedm): re-enable after making update-types work
#- >-
# npm run update-types && git diff --exit-code || (echo -e
# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
# update-types".' && false)
script:
- wct -l chrome -l firefox
- wct --npm --module-resolution=node -l chrome -l firefox
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion util/travis-sauce-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
#
set -x
wct -s 'windows 10/microsoftedge@14' -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@16' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41'
wct --npm --module-resolution=node -s 'windows 10/microsoftedge@14' -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@16' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41'

0 comments on commit 8abf2ec

Please sign in to comment.