Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Aug 26, 2019
1 parent 735aef8 commit fdfbad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,14 +1,14 @@
sudo: false
language: node_js
dist: xenial

services:
- xvfb

addons:
chrome: stable

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 3"
- "cat /etc/init.d/xvfb"
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"

Expand Down

0 comments on commit fdfbad2

Please sign in to comment.