Skip to content
Snippets Groups Projects
Commit 6e038695 authored by David Alger's avatar David Alger
Browse files

Moved postfix to apt addon configuration and removed explicit update (done in vm setup already)

parent 6555bbe8
No related merge requests found
...@@ -6,6 +6,7 @@ addons: ...@@ -6,6 +6,7 @@ addons:
- mysql-server-5.6 - mysql-server-5.6
- mysql-client-core-5.6 - mysql-client-core-5.6
- mysql-client-5.6 - mysql-client-5.6
- postfix
language: php language: php
php: php:
- 5.5 - 5.5
...@@ -30,8 +31,6 @@ matrix: ...@@ -30,8 +31,6 @@ matrix:
- php: 5.6 - php: 5.6
env: TEST_SUITE=static_annotation env: TEST_SUITE=static_annotation
before_install: before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq postfix
- sh -c 'if [ "$CASHER_DIR" ]; then - sh -c 'if [ "$CASHER_DIR" ]; then
if [ -x $HOME/.cache/bin/composer ]; then if [ -x $HOME/.cache/bin/composer ]; then
$HOME/.cache/bin/composer self-update; echo ''; $HOME/.cache/bin/composer self-update; echo '';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment