Skip to content

Commit b317d7d

Browse files
author
Nils Langner
committed
Removed php 5.3 codeception 2 test
1 parent 9534e0d commit b317d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
matrix:
1313
exclude:
1414
- php: 5.3
15-
- env: CODECEPT_VERSION="2"
15+
env: CODECEPT_VERSION="2"
1616

1717
before_script:
1818
- printf "\n" | pecl install imagick
@@ -22,4 +22,4 @@ before_script:
2222
- mkdir tests/_log
2323
- php codecept${CODECEPT_VERSION}.phar build
2424

25-
script: php codecept${CODECEPT_VERSION}.phar run -d
25+
script: php codecept${CODECEPT_VERSION}.phar run -d

0 commit comments

Comments
 (0)