Travis-ci test without apt-get install php

1.10.x
Yannick Warnier 11 years ago
parent 0bdd7d8a91
commit 6f3ef9ccc7
  1. 6
      .travis.yml

@ -6,12 +6,12 @@ php:
- 5.6 - 5.6
before_install: before_install:
- sudo apt-get install python-software-properties #- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:ondrej/php5 -y #- sudo add-apt-repository ppa:ondrej/php5 -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq mysql-server - sudo apt-get install -qq mysql-server
- sudo apt-get install -qq apache2 libapache2-mod-fastcgi - 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: before_script:
- php5 -v - php5 -v

Loading…
Cancel
Save