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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,23 @@ matrix:
15
15
- stage: "Lint"
16
16
language: node_js
17
17
os: linux
18
-
node_js: "6"
18
+
node_js: "8"
19
19
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint && cd ../demo-angular && npm run ci.tslint
20
20
- stage: "WebPack and Build"
21
21
os: osx
22
22
env:
23
23
- WebpackiOS="11"
24
24
osx_image: xcode9.2
25
25
language: node_js
26
-
node_js: "6"
26
+
node_js: "8"
27
27
jdk: oraclejdk8
28
28
script: cd src && npm run build.iosOnly && cd ../demo && npm i && tns build ios --env.uglify && cd ../demo-angular && npm i && tns build ios --env.uglify --env.aot
29
29
- language: android
30
30
os: linux
31
31
env:
32
32
- WebpackAndroid="26"
33
33
jdk: oraclejdk8
34
-
before_install: nvm install 6
34
+
before_install: nvm install 8
35
35
script:
36
36
- cd src && npm run build && cd ../demo && npm i && tns build android --env.uglify --env.snapshot
37
37
- cd ../demo-angular && npm i && tns build android --env.uglify --env.snapshot --env.aot
@@ -40,7 +40,7 @@ matrix:
40
40
- BuildAndroid="26"
41
41
os: linux
42
42
jdk: oraclejdk8
43
-
before_install: nvm install 8.9.4
43
+
before_install: nvm install 8.11.4
44
44
script:
45
45
- cd demo && npm run ci.android.build && cd ../demo-angular && npm run ci.android.build
0 commit comments