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 d5a9416 commit de6e8f2Copy full SHA for de6e8f2
.nvmrc
@@ -1 +1 @@
1
-8.9.3
+8.10
.travis.yml
@@ -25,13 +25,13 @@ stage: test
25
env:
26
global:
27
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28
- - NODE_VERSION=8.9.3
+ - NODE_VERSION=8.10
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=9.3.0
+ - NODE_VERSION=9.8
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: '8.9.3'
+ node_js: '8.10'
54
55
before_script: skip
56
after_script: skip
0 commit comments