From bd7e132f94c55f9380ddf7ba75e9ee351f909c41 Mon Sep 17 00:00:00 2001 From: Lee Johnson Date: Tue, 4 Aug 2015 13:59:14 +0200 Subject: [PATCH] migrate travis CI from legacy to container-based --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e472f71..16839ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,7 @@ script: after_success: - cover -report coveralls +sudo: false + notifications: email: false