MDL-63346 travis: GRUNT job immune to npm-shrinkwrap.json changes
commit83a548c1d2ef6015901e9bda7b97677898a31562
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 13 Sep 2018 22:21:57 +0000 (14 00:21 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 14 Sep 2018 09:55:23 +0000 (14 11:55 +0200)
treee1473afd12182ce4ad51ff1fc1fbf70e4bfcf223
parent674ef9baac80d1ad6d499a2a18bb5c96dc301788
MDL-63346 travis: GRUNT job immune to npm-shrinkwrap.json changes

When upgrading nodejs/npm versions, there are modifications to
different packages or to the format of the npm-shrinkwrap.json
file. Usually that leads to failed jobs untill the bundled file
is updated.

To avoid that, we just ignore the npm-shrinkwrap.json file, so
just the REAL modifications in css/js/ignore stuff are considered.
.travis.yml