Skip to content

Commit 75bfe43

Browse files
committed
adjust travis
1 parent 51619ac commit 75bfe43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ branches:
33
- master
44
matrix:
55
include:
6-
- stage: "Lint"
6+
- stage: "Lint"
77
language: node_js
88
os: linux
99
node_js: "6"
10-
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint
11-
- stage: "WebPack"
10+
script: "npm run ci.tslint"
11+
- stage: "WebPack"
1212
os: osx
1313
env:
1414
- Platform="iOS"

0 commit comments

Comments
 (0)