From: dotnetCarpenter Date: Wed, 5 Oct 2016 12:26:01 +0000 (+0200) Subject: test with newer version of chrome X-Git-Tag: 2.3.5~5^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e1626ef7083d5b2af32fd286484ec7a8f110ea6a;p=svg.js.git test with newer version of chrome --- diff --git a/.travis.yml b/.travis.yml index 4f45849..f8c8ab0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: node_js node_js: - "node" script: npm test -#sudo: true +sudo: true before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 + - sudo apt-get -qq update + - sudo apt-get install -y chromium-browser' - sh -e /etc/init.d/xvfb start - # - sudo apt-get -qq update - # - sudo apt-get install -y chrome