events icon indicating copy to clipboard operation
events copied to clipboard

Fix travis builds on Trusty linux image

Open karthikb351 opened this issue 7 years ago • 0 comments

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.

karthikb351 avatar Jul 22 '17 18:07 karthikb351