Skip to content

Commit c8cf9b5

Browse files
committed
Use node 8 as development environment
1 parent f0f1870 commit c8cf9b5

File tree

4 files changed

+8948
-5
lines changed

4 files changed

+8948
-5
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.9.3

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ stage: test
2525
env:
2626
global:
2727
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28-
- NODE_VERSION=6.11.4
28+
- NODE_VERSION=8.9.3
2929
matrix:
3030
- MONGODB_VERSION=3.2.13
3131
- MONGODB_VERSION=3.4.4
3232
- PARSE_SERVER_TEST_DB=postgres
3333
- PARSE_SERVER_TEST_CACHE=redis
34-
- NODE_VERSION=8.7
34+
- NODE_VERSION=9.3.0
3535
before_install:
3636
- nvm install $NODE_VERSION
3737
- nvm use $NODE_VERSION
@@ -50,7 +50,7 @@ jobs:
5050
include:
5151
# release on github latest branch
5252
- stage: release
53-
node_js: '6.11.4'
53+
node_js: '8.9.3'
5454
env:
5555
before_script: skip
5656
after_script: skip

0 commit comments

Comments
 (0)