Browse Source

fix .travis.yml

Thomas Pointhuber 11 years ago
parent
commit
6d9affc1fc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.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"