You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
matrix:
2
2
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
9
9
- stage: "WebPack"
10
10
os: osx
11
11
env:
@@ -21,7 +21,7 @@ matrix:
21
21
- Platform="Android"
22
22
jdk: oraclejdk8
23
23
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
0 commit comments