From f63deb3cbb3733a8398878f8800ff2b7b195b663 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Sun, 10 Nov 2013 14:57:37 +0200 Subject: [PATCH] Do not run composer --version on install or before_install phase --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b28b0dd..df0d908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,7 @@ php: matrix: allow_failures: - - php: 5.2 \ No newline at end of file + - php: 5.2 + +before_install: true +install: true \ No newline at end of file