Skip to content

Commit

Permalink
Only generate types once on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Sep 7, 2018
1 parent 104e3e5 commit 2a49743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a49743

Please sign in to comment.