Skip to content

Commit 0c4bfdd

Browse files
author
Dave Conway-Jones
committed
reorder travis
1 parent 09c4bbf commit 0c4bfdd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
sudo: false
22
language: node_js
3-
node_js:
4-
- "8"
5-
- "10"
6-
- "6"
3+
matrix:
4+
include:
5+
- node_js: 8
6+
- node_js: 10
7+
- node_js: 6
8+
allow_failures:
9+
- node_js: 10
10+
before_install:
11+
- npm i -g npm
712
before_script:
813
# Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813
9-
- npm i -g npm
1014
- export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'`
1115
- npm install -g istanbul grunt-cli coveralls
1216
- npm install node-red

0 commit comments

Comments
 (0)