Skip to content

Commit

Permalink
Test with node 12 to get the ball rolling... (#6133)
Browse files Browse the repository at this point in the history
  • Loading branch information
acinader authored Oct 16, 2019
1 parent 095164b commit c9902ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ env:
- MONGODB_VERSION=3.6.9
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=11.4.0
- NODE_VERSION=12.12.0
matrix:
allow_failures:
- env: NODE_VERSION=11.4.0
- env: NODE_VERSION=12.12.0
before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
Expand Down

0 comments on commit c9902ac

Please sign in to comment.