diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:12:46 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:12:46 +0900 |
commit | 7c99ee3a3167bfdaebabe2d2106c52371ebe9606 (patch) | |
tree | 3cdaab1631e737f348498901f8a77e88e4255e14 | |
parent | ac9aec9d6cb2c932991302f8f4790e0b79516c7c (diff) |
update firefox on Travis CI
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1d849a4..3a40cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - "6" addons: - firefox: "56.0" + firefox: "58.0" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start |