Move to new travis containerised infrastructure

This commit is contained in:
Daniel Hensby 2015-07-27 01:23:04 +01:00 committed by Daniel Hensby
parent 832437e4bf
commit e67fb97672
2 changed files with 7 additions and 4 deletions

View File

@ -4,6 +4,13 @@ language: php
php:
- 5.4
sudo: false
addons:
apt:
packages:
- poppler-utils
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3
@ -13,7 +20,6 @@ before_script:
- export PATH=$PATH:$HOME/bin
- export SS_TIKA_ENDPOINT="http://localhost:9998/"
- ./.travis/install_tika.sh
- sudo ./.travis/install_pdftotext.sh
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
apt-get update
apt-get install -y xpdf