diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-10-22 02:32:36 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-10-22 02:32:36 +0200 |
commit | 684ceab1c3492e90297e91c81e810f905104192b (patch) | |
tree | 8b485257917273e9c7d01c3a528498af46294672 /.travis.yml | |
parent | ecd2e1fac0af7bf978bc5db8f68b84b95d10880b (diff) | |
download | searxng-684ceab1c3492e90297e91c81e810f905104192b.tar.gz searxng-684ceab1c3492e90297e91c81e810f905104192b.zip |
[enh] add latest firefox addon to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 868c9d90f..0a174ff66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ cache: - npm - directories: - $HOME/.cache/pip +addons: + firefox: "latest" language: python python: - "2.7" |