it('#checkTravis() when check-travis is true and travis is installed should do nothing', function() {
        generator.options['check-travis'] = true;
        generator.utils.shell = {
            which: sinon.stub().returns(true)
        };