Skip to content

Commit

Permalink
build: move node/6 to travis allowed failures and add node/13 (#573)
Browse files Browse the repository at this point in the history
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
Gabriel Schulhof authored and mhdawson committed Oct 31, 2019
1 parent 8d6132f commit b42e21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ env:
- NODEJS_VERSION=node/8
- NODEJS_VERSION=node/10
- NODEJS_VERSION=node/12
- NODEJS_VERSION=node/13
- NODEJS_VERSION=nightly
matrix:
fast_finish: true
allow_failures:
- env: NODEJS_VERSION=nightly
- env: NODEJS_VERSION=node/6
sudo: false
cache:
directories:
Expand Down

0 comments on commit b42e21e

Please sign in to comment.