1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Don't allow node10 to fail

This commit is contained in:
Dave Conway-Jones 2018-08-15 13:59:17 +01:00
parent 120f88ef92
commit 6793fd2596
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -4,9 +4,6 @@ node_js:
- "6" - "6"
- "8" - "8"
- "10" - "10"
matrix:
allow_failures:
- node_js: 10
before_script: before_script:
# Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813 # Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813
- npm i -g npm - npm i -g npm