aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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: