mirror of
https://github.com/correl/urilib.git
synced 2024-11-25 11:09:57 +00:00
See what Erlang versions travis supports
This commit is contained in:
parent
72a8a66488
commit
44e31d991f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ otp_release:
|
||||||
- 18.2.1
|
- 18.2.1
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --user codecov
|
- pip install --user codecov
|
||||||
|
before_script:
|
||||||
|
- kerl list installations
|
||||||
script: bin/rebar3 eunit
|
script: bin/rebar3 eunit
|
||||||
after_success:
|
after_success:
|
||||||
- bin/covertool -cover _build/test/cover/eunit.coverdata -appname urilib -output cobertura.xml
|
- bin/covertool -cover _build/test/cover/eunit.coverdata -appname urilib -output cobertura.xml
|
||||||
|
|
Loading…
Reference in a new issue