From 44b19a63adaf8eea6ac805b619f5c8897ecd26a1 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Tue, 20 Sep 2016 18:52:32 +0100 Subject: Add proper configuration enabling coverage analysis Fetch latest stable rebar3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0dfe502..73e1eef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ otp_release: - 17.0 - R16B03-1 - R15B03 +before_script: + - wget https://s3.amazonaws.com/rebar3/rebar3 + - chmod +x rebar3 script: "./rebar3 update && ./rebar3 ct" branches: only: -- cgit v1.2.3