Browse Source

Doh. 05acba3d0506ec370485ca005a6aed7b9456965f was a misfix.

Andreas Stenius 9 years ago
parent
commit
257ad37c3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -19,7 +19,7 @@ otp_release:
 #   - R15B failing with timeout
 #   - R15B failing with timeout
 
 
 script: 
 script: 
-  - "make check"
+  - "[ ! -d deps/merl ] || make -C deps/merl && make check"
 
 
 notifications:
 notifications:
   irc: "chat.freenode.net#erlydtl"
   irc: "chat.freenode.net#erlydtl"