UNPKG

gentelella-rtl

Version:

Gentelella RTL Admin is a free to use Bootstrap admin template

25 lines (23 loc) 471 B
module.exports = function(config) { var configuration = { browsers: ['Firefox'], customLaunchers: { Chrome_travis_ci: { base: 'Chrome', flags: ['--no-sandbox'] } }, frameworks: ['browserify', 'jasmine'], reporters: ['progress', 'html'], preprocessors: { 'src/**/*.js': ['browserify'] }, browserify: { debug: true } }; if (process.env.TRAVIS) { configuration.browsers.push('Chrome_travis_ci'); } config.set(configuration); };