mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Only generate types once on Travis
This commit is contained in:
@@ -12,7 +12,6 @@ before_script:
|
||||
- npm install -g gulp-cli@1
|
||||
- gulp lint-eslint
|
||||
script:
|
||||
- npm run generate-types
|
||||
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
|
||||
- xvfb-run node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
|
||||
|
||||
Reference in New Issue
Block a user