From c4fa6cd8a5d1f210716482897611de772974fb3b Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 1 Aug 2018 11:32:13 +1200 Subject: [PATCH] Add OTP 19.1, 20.1 and 21.0 to Travis builds --- .gitignore | 1 + .travis.yml | 5 +++-- rebar.lock | 7 ++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c75c04d..57ca978 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ stylesheet.css _build /TEST-file_"sha3.app".xml +/TEST-file_sha3.app.xml diff --git a/.travis.yml b/.travis.yml index f9e5faf..639bc60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,10 @@ notifications: disabled: true otp_release: - - 18.0 - - 18.1 - 18.2 + - 19.1 + - 20.1 + - 21.0 cache: directories: diff --git a/rebar.lock b/rebar.lock index d6faa9e..faa17cc 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1 +1,6 @@ -[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}]. +{"1.1.0", +[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}]}. +[ +{pkg_hash,[ + {<<"hex2bin">>, <<"AAC26EAB998AE80EACEE1C7607C629AB503EBF77A62B9242BAE2B94D47DCB71E">>}]} +].