Skip to content

Commit 92ba85c

Browse files
committed
try using npm install
1 parent 748ab55 commit 92ba85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ notifications:
66
email: true
77
node_js:
88
- '8.0.0'
9-
before_install:
10-
- npm i -g npm@latest
9+
install:
10+
- npm install
1111
script:
1212
# check syntax of the script
1313
- node --check bin/commit-message-install.js

0 commit comments

Comments
 (0)