Skip to content

Commit 05514ef

Browse files
committed
.
1 parent bea925f commit 05514ef

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android:
44
components:
55
- tools
66
- platform-tools
7-
- build-tools-26.0.2
7+
- build-tools-27.0.3
88
- android-23
99
- android-25
1010
- extra-android-m2repository
@@ -31,7 +31,7 @@ matrix:
3131
- stage: lint
3232
language: node_js
3333
os: linux
34-
node_js: "6"
34+
node_js: "8"
3535
script: grunt lint
3636

3737
- stage: build
@@ -40,7 +40,7 @@ matrix:
4040
env:
4141
- Android="26"
4242
jdk: oraclejdk8
43-
before_install: nvm install 6.10.3
43+
before_install: nvm install 8.11.3
4444
script: "grunt ci:build:android"
4545

4646
- stage: build
@@ -50,7 +50,7 @@ matrix:
5050
- Xcode="8.3"
5151
osx_image: xcode8.3
5252
language: node_js
53-
node_js: "6"
53+
node_js: "8"
5454
jdk: oraclejdk8
5555
script: "grunt ci:build:ios"
5656

@@ -61,7 +61,7 @@ matrix:
6161
- Android="26"
6262
- Platform="Android"
6363
jdk: oraclejdk8
64-
before_install: nvm install 6.10.3
64+
before_install: nvm install 8.11.3
6565
script: "grunt ci:webpack:android"
6666

6767
- stage: webpack
@@ -72,14 +72,14 @@ matrix:
7272
- Platform="iOS"
7373
osx_image: xcode8.3
7474
language: node_js
75-
node_js: "6"
75+
node_js: "8"
7676
jdk: oraclejdk8
7777
script: "grunt ci:webpack:ios"
7878

7979
- stage: deploy
8080
if: branch = release
8181
language: node_js
82-
node_js: "6"
82+
node_js: "8"
8383
before_deploy:
8484
- cd bin/dist
8585
deploy:

0 commit comments

Comments
 (0)