Skip to content

Commit 453dcd3

Browse files
committed
[Travis] run tests on PHP 7.4
1 parent ae91768 commit 453dcd3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
language: php
22
stages:
33
- test
4-
-
54
php:
65
- 5.6
76
- 7.0
87
- 7.1
98
- 7.2
109
- 7.3
11-
- 7.4snapshot
12-
# faster builds on new travis setup not using sudo
13-
sudo: false
10+
- 7.4
1411

1512
install:
1613
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
1714
- COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
1815
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction
1916
- phpenv config-rm xdebug.ini
2017
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then pecl install -f pcov; fi
21-
18+
2219
script:
2320
- php ./vendor/bin/codecept run
2421
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then php ./vendor/bin/codecept run --coverage-xml; fi

0 commit comments

Comments
 (0)