Skip to content

Commit 01949f6

Browse files
committed
Merge pull request #86 from alexmmm/extend-travis-conf
add specific php version 5.3.3 to travis build to validate issue #84
2 parents 9a84f8b + 45960ba commit 01949f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: php
22

33
php:
4+
- 5.3.3
45
- 5.3
56
- 5.4
67
- 5.5
78

89
before_script:
910
- sudo apt-get -y install pypy python-sphinx graphviz
1011
- composer selfupdate
11-
- composer install
12+
- composer install --prefer-source
1213

1314
script:
1415
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)