1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Switch to the docker-based infrastructure on Travis

This commit is contained in:
Christophe Coevoet 2015-03-04 16:48:39 +01:00
parent 462de7bd94
commit a02f3e79b8

View file

@ -1,5 +1,15 @@
language: php language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt_packages:
- parallel
php: php:
- 5.3.3 - 5.3.3
- 5.3 - 5.3
@ -10,10 +20,9 @@ php:
- hhvm - hhvm
before_script: before_script:
- sudo apt-get install parallel
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --prefer-source - composer install
- bin/composer install --prefer-source - bin/composer install
- git config --global user.name travis-ci - git config --global user.name travis-ci
- git config --global user.email travis@example.com - git config --global user.email travis@example.com