Skip to content

Commit

Permalink
Merge pull request #89 from psr7-sessions/chore/test-php-7.3
Browse files Browse the repository at this point in the history
Test against PHP 7.3, skip PHP nightly
  • Loading branch information
Ocramius authored Aug 11, 2019
2 parents 1b2f995 + 20dc1b1 commit df42c52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false

php:
- 7.2
- nightly
- 7.3

cache:
directories:
Expand All @@ -23,7 +23,3 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- if [ -f clover.xml ]; then php ocular.phar code-coverage:upload --format=php-clover ./clover.xml; fi

matrix:
allow_failures:
- php: nightly

0 comments on commit df42c52

Please sign in to comment.