summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:06:33 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:06:33 +0100
commit6d9affc1fc33a653fc5abaf657543766c35b0b10 (patch)
treec3382f6c9bc569e6df5bd0731a235abcb00e7f4d /.travis.yml
parenta6c9a571aca13bde3d93a54dafca33b29e0afcac (diff)
downloadsearxng-6d9affc1fc33a653fc5abaf657543766c35b0b10.tar.gz
searxng-6d9affc1fc33a653fc5abaf657543766c35b0b10.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 42cb092f4..cd9ee9624 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- - "make node-less"
+ - "make"
+ - "node-less"
script:
- "make tests"
- "make robot"