From 6f3ef9ccc71a688e2c2634d0c1769e6c07366aa5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 11 May 2015 10:22:50 -0500 Subject: [PATCH] Travis-ci test without apt-get install php --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index afdaa2cdcc..8a956cd722 100755 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,12 @@ php: - 5.6 before_install: - - sudo apt-get install python-software-properties - - sudo add-apt-repository ppa:ondrej/php5 -y + #- sudo apt-get install python-software-properties + #- sudo add-apt-repository ppa:ondrej/php5 -y - sudo apt-get update -qq - sudo apt-get install -qq mysql-server - sudo apt-get install -qq apache2 libapache2-mod-fastcgi - - sudo apt-get install -qq php5-imagick php5-curl php5-intl php5-json php5-fpm php5-mysql + #- sudo apt-get install -qq php5-imagick php5-curl php5-intl php5-json php5-fpm php5-mysql before_script: - php5 -v