Skip to content

Commit

Permalink
Enable gulp generate-typescript on Travis
Browse files Browse the repository at this point in the history
This commit is expected to fail, as the library
code has been modified, but the task was
explicitly not run and files are not added.
  • Loading branch information
TimvdLippe committed Dec 21, 2017
1 parent b2cd437 commit 764146c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint-eslint
- gulp generate-typescript
- git diff --exit-code
script:
- xvfb-run wct -l chrome
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* delay.
*
* @memberof Polymer.Async.timeOut
* @param {number=} delay Time to wait before calling callbacks in ms
* @param {number} delay Time to wait before calling callbacks in ms
* @return {!AsyncInterface} An async timeout interface
*/
after(delay) {
Expand Down

0 comments on commit 764146c

Please sign in to comment.