Skip to content

Commit

Permalink
custom tests in Firefox on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyh committed Apr 3, 2018
1 parent 9396faf commit 8cb206b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
env:
- MOZ_HEADLESS=1
addons:
chrome: stable
firefox: latest
language: node_js
node_js:
- "6.11"
- "7.10"
- "8.9"
before_install: npm install -g npm
install: npm install
before_script: # - export CHROME_BIN=chromium-browser
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = config => {
//'ChromeCanary',
//'Safari',
//'Firefox',
'FirefoxHeadless',
],
logLevel: config.LOG_INFO,
client: {
Expand Down

0 comments on commit 8cb206b

Please sign in to comment.