Skip to content

Commit

Permalink
Build with Firefox (Too) (#267)
Browse files Browse the repository at this point in the history
Fight the mono culture, let's build with Firefox (too).
  • Loading branch information
jherdman authored and machty committed Jan 29, 2019
1 parent d37870e commit c541713
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dist: trusty

addons:
chrome: stable
firefox: latest

cache:
yarn: true
Expand Down
11 changes: 9 additions & 2 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: [
'Chrome'
'Chrome',
'Firefox'
],
launch_in_dev: [
'Chrome'
Expand All @@ -19,6 +20,12 @@ module.exports = {
'--remote-debugging-port=0',
'--window-size=1440,900'
].filter(Boolean)
}
},
Firefox: {
mode: 'ci',
args: [
'-headless',
],
},
}
};

0 comments on commit c541713

Please sign in to comment.