diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-22 22:07:17 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-22 22:07:17 +0900 |
commit | 43d71eeb5278fa8e27d42f897d7ac66fb5fb1551 (patch) | |
tree | e960a752b894351d14b6e9336f1a4816c24cd45b | |
parent | ab5fd9a336166cab75ff00e65afb4be991ff0765 (diff) |
use firefox 55
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1cfe8da..d9bd750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: - "6" +addons: + firefox: "55.0" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start |