diff --git a/.travis.yml b/.travis.yml index 2905bef..f8e6278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,37 @@ +sudo: required +dist: trusty language: php + +matrix: + include: + #5.3.3 Ubuntu Precise exceptions + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.5" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.6.2" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.7.0" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.8.1" php: - - 5.3.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 -branches: - only: - - /^7.x/ env: - FEDORA_VERSION="3.5" - FEDORA_VERSION="3.6.2" - FEDORA_VERSION="3.7.0" - FEDORA_VERSION="3.8.1" + +branches: + only: + - /^7.x/ before_install: - cd $HOME - git clone -b 7.x git://github.com/Islandora/islandora.git diff --git a/tests/fixtures/test.tiff b/tests/fixtures/test.tiff index ae81ddb..ec7d5ee 100644 Binary files a/tests/fixtures/test.tiff and b/tests/fixtures/test.tiff differ diff --git a/tests/islandora_newspaper_derivatives_ingest_purge.test b/tests/islandora_newspaper_derivatives_ingest_purge.test index 90d7751..2d79465 100644 --- a/tests/islandora_newspaper_derivatives_ingest_purge.test +++ b/tests/islandora_newspaper_derivatives_ingest_purge.test @@ -135,9 +135,9 @@ class IslandoraNewspaperPageIngestTestCase extends IslandoraCollectionWebTestCas // Attempts to validate datastreams where possible. $datastreams = array( array('OBJ', 'tiff'), - array('OCR', 'text', array('TEST TIFF', 14)), - array('HOCR', 'text', array('TEST', 14)), - array('HOCR', 'text', array('TIFF', 14)), + array('OCR', 'text', array('HAPPY DOG', 3)), + array('HOCR', 'text', array('HAPPY', 6)), + array('HOCR', 'text', array('CAT', 3)), array('JP2', 'jp2'), array('PDF', 'pdf'), array('TN', 'image'),