diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 19:20:37 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 19:20:37 +0100 |
commit | f5f4791a5a9e124e6136184e053904f29970cd7b (patch) | |
tree | 707bb69fa35a2515ce2eac6811eb6d59ab65c0e2 | |
parent | c01dbb0870e48096043ddf1444f8bba033bf5bb3 (diff) | |
download | svg.js-f5f4791a5a9e124e6136184e053904f29970cd7b.tar.gz svg.js-f5f4791a5a9e124e6136184e053904f29970cd7b.zip |
fix travis yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 23fdf32..ef9f9b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: #sudo: required #dist: trusty addons: - firefox: "latest", + firefox: "latest" chrome: "stable" before_install: # Start a display server where all graphical operations happens in memory |