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:
commit
779828302e
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ stylesheet.css
|
||||
|
||||
_build
|
||||
/TEST-file_"sha3.app".xml
|
||||
/TEST-file_sha3.app.xml
|
||||
|
@ -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:
|
||||
|
30
Makefile
30
Makefile
@ -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
|
@ -1 +1,6 @@
|
||||
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}].
|
||||
{"1.1.0",
|
||||
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
{<<"hex2bin">>, <<"AAC26EAB998AE80EACEE1C7607C629AB503EBF77A62B9242BAE2B94D47DCB71E">>}]}
|
||||
].
|
||||
|
@ -1,7 +1,7 @@
|
||||
{application, sha3,
|
||||
[
|
||||
{description, ""},
|
||||
{vsn, "0.1.1"},
|
||||
{vsn, "0.1.2"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user