qdate/.travis.yml

9 lines
211 B
YAML
Raw Normal View History

2013-04-24 18:44:44 -05:00
language: erlang
script: "make test"
otp_release:
- 23.0
2020-11-15 01:09:02 -06:00
- 22.3
- 21.3
- 20.3
2019-08-21 11:30:46 -05:00
before_script: "sudo apt-get --yes --force-yes install libpam-runtime python-software-properties software-properties-common"