it('#checkTravis() when check-travis is false should do nothing', function() {
        generator.options['check-travis'] = false;
        return generator
            .checkTravis()
            .then(function(value) {