chore(build): add IE11 to CI

This commit is contained in:
Marc Laval
2015-08-20 10:02:42 +02:00
parent 1c9be9b5aa
commit 9ba2ab5cea
5 changed files with 90 additions and 17 deletions

View File

@ -20,13 +20,13 @@ module.exports = function(config) {
'node_modules/traceur/bin/traceur-runtime.js',
'node_modules/es6-module-loader/dist/es6-module-loader-sans-promises.src.js',
// Including systemjs because it defines `__eval`, which produces correct stack traces.
'modules/angular2/src/test_lib/shims_for_IE.js',
'node_modules/systemjs/dist/system.src.js',
{pattern: 'node_modules/rx/dist/rx.js', included: false, watched: false, served: true},
'node_modules/reflect-metadata/Reflect.js',
'tools/build/file2modulename.js',
'test-main.js',
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false},
'modules/angular2/src/test_lib/shims_for_IE.ts'
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}
],
exclude: [