Skip to content

Commit

Permalink
Fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Aug 31, 2019
1 parent b2e943e commit b895d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: node_js

node_js:
- '10'

before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
cache: npm
services:
- xvfb

install:
- npm install
Expand Down

0 comments on commit b895d54

Please sign in to comment.