Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed May 8, 2019
1 parent d769fb3 commit 407f138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ env:
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=11.4.0
- PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS=1
matrix:
fast_finish: true
allow_failures:
- env: NODE_VERSION=11.4.0
- env: PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS=1
before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
Expand Down

0 comments on commit 407f138

Please sign in to comment.