From f74e151ae63e09f2d63c6af0d45052eaa174fc9f Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 23 Nov 2015 13:04:35 +0100 Subject: [PATCH] add missing script --- support/bootstrap_travis.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 support/bootstrap_travis.sh diff --git a/support/bootstrap_travis.sh b/support/bootstrap_travis.sh new file mode 100755 index 00000000..a222df33 --- /dev/null +++ b/support/bootstrap_travis.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +curl -O -L https://s3.amazonaws.com/rebar3/rebar3 +chmod +x rebar3 +./rebar3 update \ No newline at end of file