Skip to content

Commit

Permalink
add php 7.4 to travis.yml (OpenMage#829)
Browse files Browse the repository at this point in the history
* add php 7.4 to travis.yml
  • Loading branch information
Flyingmana authored Jan 21, 2020
1 parent 6146783 commit 51981e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.3
- php: 7.4

script:
- '! find . -not \( -path ./.phpstorm.meta.php -prune \) -not \( -path ./lib/PEAR -prune \) -not \( -path ./lib/phpseclib -prune \) -not \( -path ./lib/Zend -prune \) -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"'
Expand Down

0 comments on commit 51981e5

Please sign in to comment.