Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Added php7.2 to travis
Browse files Browse the repository at this point in the history
Added test for send correct status code regardless of location header
  • Loading branch information
prisis committed Oct 19, 2017
1 parent 0a39c7f commit e20ed12
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 169 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ matrix:
include:
- php: 7.1
env: SETUP=basic CS=true
- php: 7.1
env: SETUP=basic SEND_COVERAGE=true PHPUNIT=true
- php: 7.1
env: SETUP=basic PHPSTAN=true
# - php: 7.2
# env: SETUP=basic PHPUNIT=true
- php: 7.2
env: SETUP=basic SEND_COVERAGE=true PHPUNIT=true
fast_finish: true

cache:
Expand Down
Loading

0 comments on commit e20ed12

Please sign in to comment.