See what Erlang versions travis supports

This commit is contained in:
Gavin M. Roy 2016-10-27 13:16:29 -04:00
parent 72a8a66488
commit 44e31d991f

View file

@ -8,6 +8,8 @@ otp_release:
- 18.2.1
before_install:
- pip install --user codecov
before_script:
- kerl list installations
script: bin/rebar3 eunit
after_success:
- bin/covertool -cover _build/test/cover/eunit.coverdata -appname urilib -output cobertura.xml