diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-05 14:30:33 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-05 14:30:33 +0200 |
commit | 711ce717713a1d3e17f1663edaa7bce1a7a02a84 (patch) | |
tree | 367945a03842acf6eee5391d2497c665e719e16f /.travis.yml | |
parent | e1626ef7083d5b2af32fd286484ec7a8f110ea6a (diff) | |
download | svg.js-711ce717713a1d3e17f1663edaa7bce1a7a02a84.tar.gz svg.js-711ce717713a1d3e17f1663edaa7bce1a7a02a84.zip |
fix syntax error
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f8c8ab0..1167fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sudo apt-get -qq update - - sudo apt-get install -y chromium-browser' + - sudo apt-get install -y chromium-browser - sh -e /etc/init.d/xvfb start |