qdate/.travis.yml

15 lines
240 B
YAML
Raw Normal View History

2013-04-24 18:44:44 -05:00
language: erlang
script: "make test"
otp_release:
2019-08-21 11:08:05 -05:00
- 22.0
2018-12-31 10:58:46 -06:00
- 21.2
- 21.0
- 20.0
2016-07-06 20:02:42 -05:00
- 19.0
- 18.0
2015-02-23 17:15:02 -06:00
- 17.4
2014-12-01 12:41:49 +01:00
- 17.0
2013-04-24 18:44:44 -05:00
- R16B
2016-07-06 20:02:42 -05:00
- R15B03
before_script: "sudo apt-get --yes --force-yes install libpam-runtime python-software-properties"