From a1d6c2e66f3b1454853a555d30df84d5c9e2051f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 5 Sep 2011 14:21:38 +0200 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd28664..f139be7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ otp_release: - R14B03 - R14B02 - R14B01 - - R14B +script: "make tests" -- cgit v1.2.3