urilib/.travis.yml
2018-04-06 13:31:42 -04:00

22 lines
357 B
YAML

sudo: false
language: erlang
otp_release:
- 17.5
- 18.0
- 18.1
- 18.2
- 18.2.1
- 19.0
- 19.1
- 19.2
- 19.3
- 20.0
- 20.1
- 20.2
- 20.3
before_install:
- pip install --user codecov
script: bin/rebar3 eunit
after_success:
- bin/covertool -cover _build/test/cover/eunit.coverdata -appname urilib -output cobertura.xml
- codecov