Skip to content

Commit

Permalink
Make Travis update-types failure style the same as the elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Feb 7, 2018
1 parent 3e43219 commit 8189382
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint-eslint
- gulp update-types
- git diff --exit-code
- >-
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
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
Expand Down

0 comments on commit 8189382

Please sign in to comment.