summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-01-14 20:52:26 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-01-14 21:12:38 +0100
commitebebeb0318e9c5038f1dbbb375bf6fe5da47ee84 (patch)
tree95a2f37e692b0edf4b6db224cd1d51106d2bb18d /.travis.yml
parent473d9fe145d6c9d29b05eeec1af0d8c33825c8f3 (diff)
downloadrebar-ebebeb0318e9c5038f1dbbb375bf6fe5da47ee84.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 602266b..4cacdc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+sudo: false
language: erlang
otp_release:
- R16B02