Move to new travis containerised infrastructure

This commit is contained in:
Daniel Hensby 2015-07-20 16:20:54 +01:00
parent b219ebb52e
commit 4411d2e85d
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
language: php
language: php
sudo: false
php:
- 5.3
@ -13,7 +15,7 @@ matrix:
env: DB=PGSQL CORE_RELEASE=3.1
before_script:
- composer self-update
- composer self-update || true
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss