Skip to content

Commit 4bddbda

Browse files
committed
Disable PHP5.3 In Travis CI config
The default system used for PHP testing on Travis CI does not appear to work for PHP 5.3 (missing package). Until we figure out how to get Travis running correctly (or decide to drop support) we'll comment out 5.3.
1 parent ccdc359 commit 4bddbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.3
4+
# - 5.3
55
- 5.4
66
- 5.5
77
- 5.6

0 commit comments

Comments
 (0)