Merge pull request #17 from dhensby/patch-1

Move to new travis containerised infrastructure
This commit is contained in:
Damian Mooyman 2015-08-26 12:32:30 +12:00
commit 1e8581d7f8
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