Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
[BUILD] Removed dependency stage from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Apr 10, 2019
1 parent ae62172 commit 4bfbfde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ env:

stages:
- lint
- dependencies
- test

matrix:
Expand All @@ -36,7 +35,7 @@ matrix:
- stage: lint
php: 7.3
env: TARGET=phpstan
- stage: dependencies
- stage: lint
php: 7.3
env: TARGET=checkdeps
- stage: test
Expand Down

0 comments on commit 4bfbfde

Please sign in to comment.