Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9545b78

Browse files
committed
chore: add linting to travis
1 parent 074a33a commit 9545b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ install:
2222
- npm run webdriver:update --prefix public/docs/_examples/_protractor
2323
- gulp add-example-boilerplate
2424
script:
25-
- gulp $SCRIPT
25+
- gulp lint && gulp $SCRIPT

public/docs/_examples/architecture/ts/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// #docregion import
2-
import { Component } from '@angular/core';
2+
import { Component, Input } from '@angular/core';
33
// #enddocregion import
44
import { HeroListComponent } from './hero-list.component';
55
import { SalesTaxComponent } from './sales-tax.component';

0 commit comments

Comments
 (0)