We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f1870 commit c8cf9b5Copy full SHA for c8cf9b5
.nvmrc
@@ -0,0 +1 @@
1
+8.9.3
.travis.yml
@@ -25,13 +25,13 @@ stage: test
25
env:
26
global:
27
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28
- - NODE_VERSION=6.11.4
+ - NODE_VERSION=8.9.3
29
matrix:
30
- MONGODB_VERSION=3.2.13
31
- MONGODB_VERSION=3.4.4
32
- PARSE_SERVER_TEST_DB=postgres
33
- PARSE_SERVER_TEST_CACHE=redis
34
- - NODE_VERSION=8.7
+ - NODE_VERSION=9.3.0
35
before_install:
36
- nvm install $NODE_VERSION
37
- nvm use $NODE_VERSION
@@ -50,7 +50,7 @@ jobs:
50
include:
51
# release on github latest branch
52
- stage: release
53
- node_js: '6.11.4'
+ node_js: '8.9.3'
54
55
before_script: skip
56
after_script: skip
0 commit comments