qdate/.travis.yml
2016-07-06 20:02:42 -05:00

11 lines
213 B
YAML

language: erlang
script: "make test"
otp_release:
- 19.0
- 18.0
- 17.4
- 17.1
- 17.0
- R16B
- R15B03
before_script: "sudo apt-get --yes --force-yes install libpam-runtime python-software-properties"