Skip to content

Commit 407f138

Browse files
committed
Update .travis.yml
1 parent d769fb3 commit 407f138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ env:
3232
- PARSE_SERVER_TEST_DB=postgres
3333
- PARSE_SERVER_TEST_CACHE=redis
3434
- NODE_VERSION=11.4.0
35+
- PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS=1
3536
matrix:
37+
fast_finish: true
3638
allow_failures:
3739
- env: NODE_VERSION=11.4.0
40+
- env: PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS=1
3841
before_install:
3942
- nvm install $NODE_VERSION
4043
- nvm use $NODE_VERSION

0 commit comments

Comments
 (0)