Skip to content

Commit

Permalink
Merge pull request #5003 from Polymer/fail-travis-on-non-updated-files
Browse files Browse the repository at this point in the history
Fail travis on non updated files
  • Loading branch information
TimvdLippe authored Jan 8, 2018
2 parents 57dd06a + 9715ab8 commit 883bb05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint-eslint
- gulp generate-externs
- gulp generate-typescript
- git diff --exit-code
script:
- xvfb-run wct -l chrome
- xvfb-run wct -l firefox
Expand Down

0 comments on commit 883bb05

Please sign in to comment.