aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-09-21 14:36:50 -0700
committerGitHub <[email protected]>2016-09-21 14:36:50 -0700
commit43056adc09c37ee2f1e9f640f7ee20d7609f2cbf (patch)
treef007e1c621c38a8b7d74c9a3fae313716cf82790 /.travis.yml
parent7e55cf5720360a166aba8827406e3e1c59e510fd (diff)
parent44b19a63adaf8eea6ac805b619f5c8897ecd26a1 (diff)
downloadrelx-43056adc09c37ee2f1e9f640f7ee20d7609f2cbf.tar.gz
relx-43056adc09c37ee2f1e9f640f7ee20d7609f2cbf.tar.bz2
relx-43056adc09c37ee2f1e9f640f7ee20d7609f2cbf.zip
Merge pull request #510 from lrascao/feature/enable_coverage_analysis
Add proper configuration enabling coverage analysis
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 c8346e0..40dcc41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,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: