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

Commit 587c105

Browse files
committed
2.0.0 - Improved version only compatible with PHP > 7.0
1 parent 5e214a3 commit 587c105

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
@@ -37,7 +37,7 @@ before_script:
3737
- travis_retry composer install --no-interaction --prefer-source --dev
3838

3939
script:
40-
- php -S localhost:8000 -t tests/ &
40+
- php -S localhost:9000 -t tests/ &
4141
- |
4242
if [[ "$PHPCS" ]] ; then
4343
phpcs --standard=phpcs.xml $(find . -name '*.php')

0 commit comments

Comments
 (0)