Browse Source

Missed to rename test target for travis.

Andreas Stenius 11 years ago
parent
commit
b86bd99b93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,4 +8,4 @@ otp_release:
 
 # since Travis is naughty and calls rebar get-deps behind our backs,
 # we'll have to clean it up and build merl our selves..
-script: "make -C deps/merl && make test"
+script: "make -C deps/merl && make tests"