Skip to content

Commit d3e8533

Browse files
committed
fix: Travis configuration
1 parent c66620e commit d3e8533

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
matrix:
22
include:
3-
# - stage: "Lint"
4-
# language: node_js
5-
# os: linux
6-
# node_js: "6"
7-
# jdk: oraclejdk8
8-
# script: npm run ci.tslint
3+
- stage: "Lint"
4+
language: node_js
5+
os: linux
6+
node_js: "6"
7+
jdk: oraclejdk8
8+
script: npm run ci.tslint
99
- stage: "WebPack"
1010
os: osx
1111
env:
@@ -21,7 +21,7 @@ matrix:
2121
- Platform="Android"
2222
jdk: oraclejdk8
2323
before_install: nvm install 6.10.3
24-
script: cd ../src && npm run build && cd ../demo && npm i && npm run build-android-bundle && cd ../demo-angular && npm i && npm run build-android-bundle
24+
script: cd src && npm run build && cd ../demo && npm i && npm run build-android-bundle && cd ../demo-angular && npm i && npm run build-android-bundle
2525
- stage: "Build"
2626
env:
2727
- Android="23"

0 commit comments

Comments
 (0)