Skip to content

Commit 05a6e26

Browse files
author
Dave Conway-Jones
committed
bump travis env for node-red-admin
1 parent 253b040 commit 05a6e26

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
sudo: false
12
language: node_js
3+
matrix:
4+
include:
5+
- node_js: 8
6+
- node_js: 10
27
before_install:
3-
- npm install -g npm@~1.4.18
4-
node_js:
5-
- "0.10"
8+
- npm i -g npm
69
script:
710
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
811
before_script:

0 commit comments

Comments
 (0)