From 6e0386953b81f432b43eb631457edb5469b6944e Mon Sep 17 00:00:00 2001 From: David Alger <david@classyllama.com> Date: Fri, 26 Feb 2016 14:44:20 -0600 Subject: [PATCH] Moved postfix to apt addon configuration and removed explicit update (done in vm setup already) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b94878036c1..6df5ab7effa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: - mysql-server-5.6 - mysql-client-core-5.6 - mysql-client-5.6 + - postfix language: php php: - 5.5 @@ -30,8 +31,6 @@ matrix: - php: 5.6 env: TEST_SUITE=static_annotation before_install: - - sudo apt-get update -qq - - sudo apt-get install -y -qq postfix - sh -c 'if [ "$CASHER_DIR" ]; then if [ -x $HOME/.cache/bin/composer ]; then $HOME/.cache/bin/composer self-update; echo ''; -- GitLab