From efc0950354213a32fe811ba2043fdd02a2c89877 Mon Sep 17 00:00:00 2001 From: J Phani Mahesh Date: Mon, 28 Sep 2015 17:18:57 +0530 Subject: [PATCH] Update travis to use new infrastructure See http://docs.travis-ci.com/user/migrating-from-legacy/ for details. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1027f1b28..b59f1fa15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ otp_release: script: - make +sudo: false