Merge pull request #5 from puzza007/update-ci-otp-versions

Add OTP 19.1, 20.1 and 21.0 to Travis builds
This commit is contained in:
Paul Oliver 2018-08-01 12:38:27 +12:00 committed by GitHub
commit 779828302e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 37 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ stylesheet.css
_build
/TEST-file_"sha3.app".xml
/TEST-file_sha3.app.xml

View File

@ -1,16 +1,15 @@
language: erlang
install: wget https://github.com/erlang/rebar3/releases/download/3.1.0/rebar3 && chmod 755 rebar3
script: PATH=.:$PATH make update test dialyzer
script: rebar3 update && rebar3 eunit && rebar3 dialyzer
notifications:
disabled: true
otp_release:
- 18.0
- 18.1
- 18.2
- 19.1
- 20.1
- 21.0
cache:
directories:

View File

@ -1,30 +0,0 @@
REBAR?=rebar3
.PHONY: \
all \
clean \
nuke \
test \
update \
dialyzer
all:
@$(REBAR) compile
clean:
@$(REBAR) clean
nuke: clean
@rm -rf _build
test:
@$(REBAR) eunit
update:
@$(REBAR) update
dialyzer:
@$(REBAR) dialyzer
coveralls:
@${REBAR} coveralls send

View File

@ -1 +1,6 @@
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}].
{"1.1.0",
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}]}.
[
{pkg_hash,[
{<<"hex2bin">>, <<"AAC26EAB998AE80EACEE1C7607C629AB503EBF77A62B9242BAE2B94D47DCB71E">>}]}
].

View File

@ -1,7 +1,7 @@
{application, sha3,
[
{description, ""},
{vsn, "0.1.1"},
{vsn, "0.1.2"},
{registered, []},
{applications, [
kernel,