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

Tweak the .travis.yml file

We want to run 'make tests' and not that rebar command.
Also remove R14B as quoted doesn't work with it.
Loïc Hoguin 13 лет назад
Родитель
Сommit
a1d6c2e66f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,4 +3,4 @@ otp_release:
   - R14B03
   - R14B02
   - R14B01
-  - R14B
+script: "make tests"