Skip to content

Commit

Permalink
fixes and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beneidel committed Jan 2, 2020
1 parent 035f6ea commit 131abbc
Show file tree
Hide file tree
Showing 5 changed files with 10,523 additions and 4,354 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: node_js
node_js:
- "4"
- "8"
- "9"
- "10"
- "12"
- "13"

before_install:
- "export CHROME_BIN=chromium-browser"
- "export BROWSERS=Firefox"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

services:
- xvfb
after_success:
- yarn cover-publish
addons:
Expand Down
Loading

0 comments on commit 131abbc

Please sign in to comment.