Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 6dbd368

Browse files
author
mmoreram
committed
Removed php5.3 in travis file
1 parent 808dc3d commit 6dbd368

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
@@ -16,4 +15,4 @@ install: composer install --prefer-source --no-interaction
1615
script: phpunit -c phpunit.xml.dist --coverage-text
1716

1817
notifications:
19-
email: false
18+
email: false

0 commit comments

Comments
 (0)