Skip to content

Commit

Permalink
prepare Travis for release of php 7.3 (OpenMage#549)
Browse files Browse the repository at this point in the history
* prepare Travis for release of php 7.3
* also add php nightly to Travis file
  • Loading branch information
Flyingmana authored and rafaelpatro committed May 14, 2019
1 parent b0c44a6 commit 98351b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: 7.2
- php:
- nightly
- 7.3

script:
- '! find . -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 98351b7

Please sign in to comment.