Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 25 lines (22 sloc) 0.486 kb
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
1 module.exports = function(config) {
2 config.set({
3 frameworks: ['jasmine'],
4 autoWatch: true,
5 logLevel: config.LOG_INFO,
6 logColors: true,
33223e2 Vojta Jina chore: set up Sauce Labs with Travis
vojtajina authored
7 browsers: ['Chrome'],
2c2adbc Vojta Jina chore(travis): speed up the build
vojtajina authored
8 runnerPort: 0,
33223e2 Vojta Jina chore: set up Sauce Labs with Travis
vojtajina authored
9
10 // config for Travis CI
11 sauceLabs: {
12 testName: 'AngularJS',
13 startConnect: false,
14 tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
15 },
16
17 customLaunchers: {
18 'SL_Chrome': {
19 base: 'SauceLabs',
20 browserName: 'chrome'
21 }
22 }
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
23 });
24 };
Something went wrong with that request. Please try again.