-
Notifications
You must be signed in to change notification settings - Fork 8
/
.travis.yml
39 lines (39 loc) · 956 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
env:
- PDFBOX_VERSION=1.8.9
- PDFBOX_VERSION=1.8.8
- PDFBOX_VERSION=1.8.7
- PDFBOX_VERSION=1.8.6
- PDFBOX_VERSION=1.8.5
- PDFBOX_VERSION=1.8.4
- PDFBOX_VERSION=1.8.3
- PDFBOX_VERSION=1.8.2
- PDFBOX_VERSION=1.8.1
- PDFBOX_VERSION=1.8.0
- PDFBOX_VERSION=1.7.1
- PDFBOX_VERSION=1.7.0
- PDFBOX_VERSION=1.6.0
- PDFBOX_VERSION=1.5.0
- PDFBOX_VERSION=1.4.0
- PDFBOX_VERSION=1.3.1
- PDFBOX_VERSION=1.2.1
- PDFBOX_VERSION=1.2.0
before_install:
- sudo apt-get update
- sudo apt-get install openjdk-7-jre
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- wget http://archive.apache.org/dist/pdfbox/${PDFBOX_VERSION}/pdfbox-app-${PDFBOX_VERSION}.jar
- export PDFBOX_JAR=`pwd`/pdfbox-app-${PDFBOX_VERSION}.jar
- phpunit test/SGH/PdfBox