Skip to content

Commit c9902ac

Browse files
authored
Test with node 12 to get the ball rolling... (#6133)
1 parent 095164b commit c9902ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ env:
2727
- MONGODB_VERSION=3.6.9
2828
- PARSE_SERVER_TEST_DB=postgres
2929
- PARSE_SERVER_TEST_CACHE=redis
30-
- NODE_VERSION=11.4.0
30+
- NODE_VERSION=12.12.0
3131
matrix:
3232
allow_failures:
33-
- env: NODE_VERSION=11.4.0
33+
- env: NODE_VERSION=12.12.0
3434
before_install:
3535
- nvm install $NODE_VERSION
3636
- nvm use $NODE_VERSION

0 commit comments

Comments
 (0)