Просмотр исходного кода

Workaround for rebar/rebar#247.

As `rebar eunit` doesn't compile .yrl files,
we need to make sure those are already compiled
when running the eunit tests.
Andreas Stenius 11 лет назад
Родитель
Сommit
cf62dbe5ec
1 измененных файлов с 1 добавлено и 1 удалено
  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 tests"
+script: "make -C deps/merl && make all tests"