Project

General

Profile

« Previous | Next » 

Revision b3be6aa1

Added by Daniel Lobato Garcia about 7 years ago

Fixes #19717 - Pin npm to < 5.0.0 in TravisCI

5.0.0 fails to install some of our dependencies like node-sass and
phantomjs-compiled.

View differences:

.travis.yml
- "6.9" # initial EPEL 7
- "6.10" # current LTS, current EPEL 7
before_install:
npm install -g npm@'>=3.0.0'
npm install -g npm@'>=3.0.0, <5.0.0'
script: ./script/travis_run_js_tests.sh

Also available in: Unified diff