Skip to content

Commit 04f59ea

Browse files
author
Flyers
committed
Removed PHP 5.3 CI
Removed PHP 5.3 from Jenkins CI because of exhasuted memory
1 parent 78e47bf commit 04f59ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: php
22

33
php:
4-
- 5.3.3
5-
- 5.3
64
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
78

89
before_script:
910
- phpenv config-rm xdebug.ini
1011
- composer self-update
1112
- composer install
1213

13-
script: phpunit -c app
14+
script:
15+
- phpunit -c app

0 commit comments

Comments
 (0)