aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-09-20 18:52:32 +0100
committerLuis Rascao <[email protected]>2016-09-21 22:25:58 +0100
commit44b19a63adaf8eea6ac805b619f5c8897ecd26a1 (patch)
tree950cba89805de83ad350d97ffff52492cc6ea4d6 /.travis.yml
parentc8714a596bd0b7fcec028474eec23938e5fb421c (diff)
downloadrelx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.tar.gz
relx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.tar.bz2
relx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.zip
Add proper configuration enabling coverage analysis
Fetch latest stable rebar3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: