diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-10-07 19:59:37 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-07 19:59:37 -0400 |
commit | f635e4e7ed2ce008ff640ad5bd25c2650fd7b277 (patch) | |
tree | 1e6bbce84fc9b3742234c459dfc32586aac8d964 | |
parent | 3e9e613851e22eddf507ca1fbc5e5a2511f4cdd8 (diff) | |
download | librejsxul-f635e4e7ed2ce008ff640ad5bd25c2650fd7b277.tar.lz librejsxul-f635e4e7ed2ce008ff640ad5bd25c2650fd7b277.tar.xz librejsxul-f635e4e7ed2ce008ff640ad5bd25c2650fd7b277.zip |
new ff version
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 906c727..62ba557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.7" addons: - firefox: "38.0.5" + firefox: "41.0.1" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" |