Skip to content

Commit 20b36b6

Browse files
Add php 7.4 build
1 parent 766ac3e commit 20b36b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
before_script:
89
- composer self-update
910
- composer install --no-interaction --prefer-source
1011
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-7.5.9.phar
11-
- if [ $TRAVIS_PHP_VERSION = "7.3" ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar ; fi
12+
- if [ $TRAVIS_PHP_VERSION = "7.4" ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar ; fi
1213

1314
script:
1415
- php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
15-
- if [ $TRAVIS_PHP_VERSION = "7.3" ]; then php phpstan.phar analyse --no-progress -c phpstan.neon; fi
16+
- if [ $TRAVIS_PHP_VERSION = "7.4" ]; then php phpstan.phar analyse --no-progress -c phpstan.neon; fi
1617

1718
notifications:
1819
email: false

0 commit comments

Comments
 (0)