Skip to content

Commit 80b1c17

Browse files
committed
Use latest npm.
1 parent 84684dd commit 80b1c17

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)