Skip to content

Commit 1bd8056

Browse files
committed
Attempt to allow failure on node STABLE
1 parent b4d173b commit 1bd8056

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,6 +32,9 @@ env:
3232
- PARSE_SERVER_TEST_DB=postgres
3333
- PARSE_SERVER_TEST_CACHE=redis
3434
- NODE_VERSION=stable
35+
matrix:
36+
allow_failures:
37+
- env: NODE_VERSION=stable
3538
before_install:
3639
- nvm install $NODE_VERSION
3740
- nvm use $NODE_VERSION

0 commit comments

Comments
 (0)