Skip to content
Permalink
Browse files

Fix bad js syntax

  • Loading branch information
c0bra committed Dec 9, 2014
1 parent aa47506 commit 8e6deaaca3bb32f41db83bb8b7284e704645ffe8
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/karma.conf.js
@@ -109,7 +109,7 @@ module.exports = function(config) {
// This speeds up the capturing a bit, as browsers don't even try to use websocket. -- (thanks vojta)
if (process.env.TRAVIS) {
config.logLevel = config.LOG_INFO;
config.browserNoActivityTimeout: 120000; // NOTE: from angular.js, for socket.io buffer
config.browserNoActivityTimeout = 120000; // NOTE: from angular.js, for socket.io buffer
config.reporters = ['dots', 'coverage'];

var buildLabel = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';

0 comments on commit 8e6deaa

Please sign in to comment.
You can’t perform that action at this time.