Skip to content

Commit

Permalink
updates karma and travis to use the latest firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Knape committed Jun 13, 2017
1 parent fc4832f commit 8ce1d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ notifications:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script: "./node_modules/karma/bin/karma start test/karma.conf.js --browsers Firefox --single-run --no-auto-watch --capture-timeout 60000"
addons:
firefox: "53.0"
1 change: 1 addition & 0 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if (process.env.TRAVIS) {
console.log('On Travis sending coveralls');
coverageReporters.push({type: 'lcov', subdir: 'coverage'});
reporters.push('coveralls');
browsers = Object.keys('Firefox');
} else {
console.log('Not on Travis so not sending coveralls');
coverageReporters.push({type: 'html', subdir: 'coverage'});
Expand Down

0 comments on commit 8ce1d4a

Please sign in to comment.