From 9c802de2d0f2865ed85a9a2acdafa323dae77269 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Tue, 28 Jul 2015 17:20:17 -0400 Subject: [PATCH] Add comment about sudo false Travis config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4bad36f..7279b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ php: - 7.0 - hhvm +# This triggers builds to run on the new TravisCI infrastructure. +# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false matrix: