logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 684ceab1c3492e90297e91c81e810f905104192b
parent: ecd2e1fac0af7bf978bc5db8f68b84b95d10880b
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat, 22 Oct 2016 02:32:36 +0200

[enh] add latest firefox addon to travis

Diffstat:

M.travis.yml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -4,6 +4,8 @@ cache: - npm - directories: - $HOME/.cache/pip +addons: + firefox: "latest" language: python python: - "2.7"