Skip to content

Commit

Permalink
Use current LTS 10.14.2 for dev and ci (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart authored Dec 18, 2018
1 parent 980c2cd commit 315d3bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
8.10
10.14.2

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ stage: test
env:
global:
- COVERAGE_OPTION='./node_modules/.bin/nyc'
- NODE_VERSION=8.11.2
matrix:
- MONGODB_VERSION=3.2.13
- MONGODB_VERSION=3.4.4
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=stable
- NODE_VERSION=11.4.0
matrix:
allow_failures:
- env: NODE_VERSION=stable
- env: NODE_VERSION=11.4.0
before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
Expand Down

0 comments on commit 315d3bf

Please sign in to comment.