Skip to content

Commit

Permalink
Depend on polymer-cli rather than wct
Browse files Browse the repository at this point in the history
invoke tests via `polymer test` rather than `wct`
  • Loading branch information
Steven Orvell committed May 4, 2018
1 parent 445c979 commit 503f563
Show file tree
Hide file tree
Showing 4 changed files with 22,260 additions and 12,667 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_script:
# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
# update-types".' && false)
script:
- wct --npm --module-resolution=node -l chrome -l firefox
- node ./node_modules/.bin/polymer test --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
Loading

0 comments on commit 503f563

Please sign in to comment.