urilib/.travis.yml

17 lines
304 B
YAML
Raw Normal View History

2016-01-09 00:56:18 +00:00
sudo: false
language: erlang
otp_release:
- 17.5
- 18.0
- 18.1
- 18.2
- 18.2.1
2016-01-09 03:26:26 +00:00
before_install:
- pip install --user codecov
2016-01-09 03:23:09 +00:00
#before_script:
2016-01-09 03:04:46 +00:00
# - make build-plt
script: make test
2016-01-09 03:21:39 +00:00
after_success:
2016-01-09 03:26:26 +00:00
- bin/covertool -cover .eunit/cover.coverdata -appname urilib -output cobertura.xml
2016-01-09 03:21:39 +00:00
- codecov