summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-10-22 02:32:36 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-10-22 02:32:36 +0200
commit684ceab1c3492e90297e91c81e810f905104192b (patch)
tree8b485257917273e9c7d01c3a528498af46294672 /.travis.yml
parentecd2e1fac0af7bf978bc5db8f68b84b95d10880b (diff)
downloadsearxng-684ceab1c3492e90297e91c81e810f905104192b.tar.gz
searxng-684ceab1c3492e90297e91c81e810f905104192b.zip
[enh] add latest firefox addon to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"