urilib/.travis.yml

18 lines
335 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: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:
- bin/covertool -cover .eunit/cover.coverdata -appname urilib -output coverage.xml
2016-01-09 03:23:09 +00:00
- virtualenv codecov
- source codecov/bin/activate
- pip install codecov
2016-01-09 03:21:39 +00:00
- codecov