Skip to content

Commit ac7a7a7

Browse files
authored
Merge pull request #1126 from StoDevX/hawkrives-patch-1
switch to node8
2 parents d4e2dcf + 9ef39fb commit ac7a7a7

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
@@ -21,7 +21,7 @@ env:
2121
- ENCRYPTED_IV=${!ENCRYPTED_IV_VAR}
2222
- DEPLOY_KEY=scripts/travisci_deploy_key
2323
# variables that are used later on
24-
- TRAVIS_NODE_VERSION=7
24+
- TRAVIS_NODE_VERSION=8
2525
- PUSH_BRANCH=0
2626
- CAN_DEPLOY=0
2727
- USE_EMULATOR=no
@@ -34,7 +34,7 @@ matrix:
3434
dist: trusty
3535
sudo: false
3636
language: node_js
37-
node_js: '7'
37+
node_js: '8'
3838
env: [JS=yes, CAN_DEPLOY=yes]
3939

4040
- &android-base
@@ -72,7 +72,7 @@ matrix:
7272
- os: osx
7373
language: objective-c
7474
osx_image: xcode8.3
75-
node_js: '7'
75+
node_js: '8'
7676
env: [IOS=yes, CAN_DEPLOY=yes]
7777

7878

0 commit comments

Comments
 (0)