diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 16:06:33 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 16:06:33 +0100 |
commit | 6d9affc1fc33a653fc5abaf657543766c35b0b10 (patch) | |
tree | c3382f6c9bc569e6df5bd0731a235abcb00e7f4d /.travis.yml | |
parent | a6c9a571aca13bde3d93a54dafca33b29e0afcac (diff) | |
download | searxng-6d9affc1fc33a653fc5abaf657543766c35b0b10.tar.gz searxng-6d9affc1fc33a653fc5abaf657543766c35b0b10.zip |
fix .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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" |