summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:16:30 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:16:30 +0100
commitc62528d848b86d2d2a803a430450a977fd640f08 (patch)
tree9dfdb7b86e1d0aedb646f4997edc07fe6e0b238f /.travis.yml
parent6d9affc1fc33a653fc5abaf657543766c35b0b10 (diff)
downloadsearxng-c62528d848b86d2d2a803a430450a977fd640f08.tar.gz
searxng-c62528d848b86d2d2a803a430450a977fd640f08.zip
fix .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cd9ee9624..65c702bb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,10 @@ python:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
+ - sudo apt-get -qq update
+ - sudo apt-get -qq install node-less
install:
- "make"
- - "node-less"
script:
- "make tests"
- "make robot"