qdate/.travis.yml

12 lines
186 B
YAML
Raw Normal View History

2013-04-24 18:44:44 -05:00
language: erlang
script: "make test"
otp_release:
2015-02-23 17:15:02 -06:00
- 17.4
2014-12-01 12:41:49 +01:00
- 17.1
- 17.0
2013-04-24 18:44:44 -05:00
- R16B
- R15B02
- R15B01
- R15B
before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"