Skip to content

Commit dea26d8

Browse files
committed
chore(ci): use npm@latest
1 parent ad0595d commit dea26d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ node_js:
66

77
sudo: false
88

9+
before_install:
10+
- if [[ `npm -v` != 3* ]]; then npm i -g npm; fi
911
install:
1012
- npm install -g codecov
1113
- npm install

0 commit comments

Comments
 (0)