Skip to content

Commit 7ca854a

Browse files
committed
Made Travis run the tests on PHP 5.3 (for now)
1 parent 648d926 commit 7ca854a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22
php:
3-
- 5.5
4-
- 5.4
3+
# - 5.5
4+
# - 5.4
5+
- 5.3
56

67
before_install:
78
- sudo apt-get update

0 commit comments

Comments
 (0)