From cae8ed476c87f73466e3a78adc3802fc2f58380d Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 20 Aug 2015 13:02:17 +0200 Subject: [PATCH] Update the config of the apt addon to the new syntax --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1aa4414d..383ad0334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ cache: - $HOME/.composer/cache addons: - apt_packages: - - parallel + apt: + packages: + - parallel php: - 5.3.3