Skip to content

Commit cb07411

Browse files
committed
Merge branch 'group-acl-integration' of github.com:solid/node-solid-server into group-acl-integration
2 parents 644dd7a + 80b1c17 commit cb07411

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8.10"
4+
- "8.0"
55
- "10.0"
66
- "node"
77
env:
@@ -18,6 +18,9 @@ addons:
1818
- tim.localhost
1919
- nicola.localhost
2020

21+
before_install:
22+
- npm install -g npm@latest
23+
2124
script:
2225
- npm run standard
2326
- npm run sonar

0 commit comments

Comments
 (0)