events
events copied to clipboard
Fix travis builds on Trusty linux image
Travis is moving the default linux image for builds from Precise to Trusty
This seems to have broken a dependency in the build.
The new image seems to be missing the gulp
npm package.
Possible solution
Create a new branch and install gulp
manually in before_script
on .travis.yml
, and then solve any subsequent errors one by one.