Bump NPM version in Travis
Got issue with npm on pull request #2063 Fix is to use npm >=5.6 (issue npm/npm#17858)
This commit is contained in:
parent
b54ce54a5d
commit
6aa51fdf78
|
@ -80,6 +80,8 @@ before_install:
|
|||
- Rscript --version
|
||||
# PHP
|
||||
- composer install
|
||||
# NPM Version
|
||||
- npm i -g npm@5.7
|
||||
# CoffeeScript
|
||||
- npm install coffee-formatter
|
||||
# OCaml
|
||||
|
|
Loading…
Reference in New Issue