Skip to content

Commit e33a746

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

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ env:
2727
- COVERAGE_OPTION='./node_modules/.bin/nyc'
2828
- NODE_VERSION=8.11.2
2929
matrix:
30-
- MONGODB_VERSION=3.2.13
31-
- MONGODB_VERSION=3.4.4
32-
- PARSE_SERVER_TEST_DB=postgres
33-
- PARSE_SERVER_TEST_CACHE=redis
34-
- NODE_VERSION=stable
30+
include:
31+
- env: MONGODB_VERSION=3.2.13
32+
- env: MONGODB_VERSION=3.4.4
33+
- env: PARSE_SERVER_TEST_DB=postgres
34+
- env: PARSE_SERVER_TEST_CACHE=redis
35+
- env: NODE_VERSION=stable
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)