Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into refactor/remove-greenkeeper-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy authored Jan 23, 2018
2 parents 64de473 + 5de33b7 commit 5b8325a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ matrix:
- os: linux
dist: trusty
jdk: oraclejdk8
env: BROWSERS=ChromeHeadless,FirefoxHeadless
env: BROWSERS=ChromeHeadlessNoSandbox,FirefoxHeadless
- os: linux
dist: trusty
jdk: openjdk8
env: BROWSERS=ChromeHeadless,FirefoxHeadless
env: BROWSERS=ChromeHeadlessNoSandbox,FirefoxHeadless
- os: osx
osx_image: xcode8.3
env: BROWSERS=ChromeHeadless,Safari
Expand Down
10 changes: 5 additions & 5 deletions web/src/main/webapp/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ module.exports = function(config) {
frameworks: ['jasmine', 'requirejs'],

customLaunchers: {
FirefoxHeadless: {
base: 'Firefox',
flags: ['-headless'],
},
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox'],
},
},

browsers: ['ChromeHeadless'], // or 'Chrome'
browsers: ['ChromeHeadless', 'FirefoxHeadless'], // or 'Chrome'

plugins: [
'karma-htmlfile-reporter',
Expand Down

0 comments on commit 5b8325a

Please sign in to comment.