diff options
| author | Vojta Jina | 2013-11-29 12:45:27 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-02 14:19:46 -0800 |
| commit | ddff347b91df7f13b6d1118410cfa15bf99b456d (patch) | |
| tree | f685b1136a181b869ebe300d2b38aae0c71e7fbb | |
| parent | 05ef1bd8532bd093ca49e9ccea070b1c2bfa0880 (diff) | |
| download | angular.js-ddff347b91df7f13b6d1118410cfa15bf99b456d.tar.bz2 | |
chore(travis): use only websockets and xhr-polling
I wanna see more info about BrowserStack...
| -rw-r--r-- | karma-shared.conf.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 4184a263..08ce6bbb 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -110,6 +110,9 @@ module.exports = function(config, specificOptions) { if (process.env.TRAVIS) { + config.transports = ['websocket', 'xhr-polling']; + config.browserStack.build = 'TRAVIS ' + process.env.TRAVIS_BUILD; + // Debug logging into a file, that we print out at the end of the build. config.loggers.push({ type: 'file', |
