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

Add node10 to travis but allow fail for now

This commit is contained in:
Dave Conway-Jones 2018-08-15 13:22:24 +01:00
parent 88574c71c9
commit 4c555db31e
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -1,8 +1,12 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "8"
- "6" - "6"
- "8"
- "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
- export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'` - export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'`