Skip to content

Commit

Permalink
bit of breathing room
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 6, 2020
1 parent 8d67bb0 commit 0f5509e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -21,22 +21,26 @@ jobs:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: ./travis/chromium.sh

- node_js: "10.18.1"
dist: trusty
env:
- CHROMIUM=true
script: ./travis/chromium.sh

- node_js: "10.18.1"
os: windows
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: ./travis/chromium.sh

- node_js: "10.18.1"
os: windows
script: 'npm run lint && npm run coverage && npm run test-doclint && npm run test-types && npm run bundle && npm run unit-bundle'
env:
- CHROMIUM=true
script: 'npm run lint && npm run coverage && npm run test-doclint && npm run test-types && npm run bundle && npm run unit-bundle'

- node_js: "10.18.1"
dist: trusty
before_install:
Expand Down

0 comments on commit 0f5509e

Please sign in to comment.