mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
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.
This commit is contained in:
parent
473d9fe145
commit
ebebeb0318
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
sudo: false
|
||||||
language: erlang
|
language: erlang
|
||||||
otp_release:
|
otp_release:
|
||||||
- R16B02
|
- R16B02
|
||||||
|
|
Loading…
Reference in a new issue