mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
ebebeb0318
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.
12 lines
146 B
YAML
12 lines
146 B
YAML
sudo: false
|
|
language: erlang
|
|
otp_release:
|
|
- R16B02
|
|
- R16B01
|
|
- R16B
|
|
- R15B01
|
|
- R15B
|
|
- R14B04
|
|
- R14B03
|
|
- 17.0
|
|
script: "make travis"
|