Skip to content

Commit 4fedc73

Browse files
author
Dave Conway-Jones
committed
bump package deps
1 parent 612522d commit 4fedc73

File tree

3 files changed

+1237
-1193
lines changed

3 files changed

+1237
-1193
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
54
- "6"
5+
- "8"
6+
- "10"
67
before_script:
78
# Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813
9+
- npm i -g npm
810
- export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'`
911
- npm install -g istanbul grunt-cli coveralls
1012
- npm install node-red

0 commit comments

Comments
 (0)