We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91768 commit 453dcd3Copy full SHA for 453dcd3
.travis.yml
@@ -1,24 +1,21 @@
1
language: php
2
stages:
3
- test
4
- -
5
php:
6
- 5.6
7
- 7.0
8
- 7.1
9
- 7.2
10
- 7.3
11
- - 7.4snapshot
12
-# faster builds on new travis setup not using sudo
13
-sudo: false
+ - 7.4
14
15
install:
16
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
17
- COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
18
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction
19
- phpenv config-rm xdebug.ini
20
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then pecl install -f pcov; fi
21
-
+
22
script:
23
- php ./vendor/bin/codecept run
24
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then php ./vendor/bin/codecept run --coverage-xml; fi
0 commit comments