Skip to content

Commit

Permalink
Restructure Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jul 9, 2020
1 parent 46c3978 commit ab5de56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ cache:
directories:
- $HOME/.composer/cache

stages:
- code-analysis
- test

language: php

php:
Expand All @@ -17,9 +21,7 @@ install:
- composer global require --no-interaction --prefer-dist --update-no-dev hirak/prestissimo
- composer require --no-interaction --prefer-dist orchestra/testbench:$TESTBENCH_VERSION

stages:
- code-analysis
- test
script: make test

jobs:
include:
Expand All @@ -33,5 +35,3 @@ jobs:
php: 7.2
env: TESTBENCH_VERSION=^5.0
script: make static-analysis
- stage: test
script: make test

0 comments on commit ab5de56

Please sign in to comment.