commit: 6d9affc1fc33a653fc5abaf657543766c35b0b10 parent a6c9a571aca13bde3d93a54dafca33b29e0afcac Author: Thomas Pointhuber <thomas.pointhuber@gmx.at> Date: Wed, 5 Mar 2014 16:06:33 +0100 fix .travis.ymlDiffstat:
M | .travis.yml | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)diff --git 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"