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:
parent
88574c71c9
commit
4c555db31e
@ -1,8 +1,12 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: 10
|
||||
before_script:
|
||||
# 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,'`
|
||||
|
Loading…
Reference in New Issue
Block a user