I use travis to test my code. Recently, grunting tasks began to fail without any grunting changes. (The new testing tested contains only minor changes in the two PHP files). Here is part of the log from travis:
$ grunt build:app Running "typings:default" (typings) task Warning: Cannot find any-promise implementation nor global.Promise. You must install polyfill or call require("any-promise/register") with your preferred implementation, eg require("any-promise/register")("bluebird") on application load prior to any require("any-promise"). Use
I tried to find this warning, but did not find anything useful.
One more thing: when I run grunt build:app locally on my computer, it works fine.
Thank you for your time:)
continuous-integration gruntjs travis-ci
Tony vlcek
source share