Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Fixed phpstan in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Oct 19, 2018
1 parent 5d50d2d commit 4e7fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ matrix:
env:
- DEPS=locked
- LEGACY_DEPS="ocramius/proxy-manager phpbench/phpbench phpunit/phpunit"
- PHPSTAN_TEST=true
- php: 7
env:
- DEPS=latest
Expand All @@ -44,6 +43,7 @@ matrix:
- BENCHMARKS=true
- CS_CHECK=true
- TEST_COVERAGE=true
- PHPSTAN_TEST=true
- php: 7.1
env:
- DEPS=latest
Expand Down

0 comments on commit 4e7fb72

Please sign in to comment.