Upgrade ng2-alfresco-core

This commit is contained in:
Denys Vuika
2016-09-19 11:39:09 +01:00
parent f80995d03b
commit a6e695533c
3 changed files with 8 additions and 22 deletions

View File

@@ -71,7 +71,7 @@ module.exports = function (config) {
],
// Coverage reporter generates the coverage
reporters: ['mocha', 'coverage', 'coveralls', 'kjhtml'],
reporters: ['mocha', 'coverage', 'kjhtml'],
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
@@ -89,7 +89,7 @@ module.exports = function (config) {
{type: 'lcov'}
]
}
}
};
if (process.env.TRAVIS) {
configuration.browsers = ['Chrome_travis_ci'];