mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Move to new travis containerised infrastructure
This commit is contained in:
parent
10b2fdc318
commit
6050cc5403
10
.travis.yml
10
.travis.yml
@ -1,5 +1,12 @@
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- tidy
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
|
||||
@ -32,9 +39,6 @@ matrix:
|
||||
env: DB=MYSQL
|
||||
- php: hhvm-nightly
|
||||
env: DB=MYSQL
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y tidy
|
||||
|
||||
before_script:
|
||||
- composer self-update || true
|
||||
|
Loading…
Reference in New Issue
Block a user