diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 84eddbc..0dfe502 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ otp_release: - 17.0 - R16B03-1 - R15B03 -script: "./rebar3 ct" +script: "./rebar3 update && ./rebar3 ct" branches: only: - master |