rebar/.travis.yml
Tuncer Ayaz ebebeb0318 Fix travis-ci tests
Spinning up a distributed Erlang node by running 'erl -name ct3' failed
due to FQDN issues. Hiro Asari from Travis-CI suggested to try out the
new container-based workers as a fix, and that one works as expected
because we get a proper FQDN. Therefore, make the switch to
container-based workers.
2015-01-14 21:12:38 +01:00

12 lines
146 B
YAML

sudo: false
language: erlang
otp_release:
- R16B02
- R16B01
- R16B
- R15B01
- R15B
- R14B04
- R14B03
- 17.0
script: "make travis"