Skip to content

Commit ab5de56

Browse files
committed
Restructure Travis CI
1 parent 46c3978 commit ab5de56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ cache:
22
directories:
33
- $HOME/.composer/cache
44

5+
stages:
6+
- code-analysis
7+
- test
8+
59
language: php
610

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

20-
stages:
21-
- code-analysis
22-
- test
24+
script: make test
2325

2426
jobs:
2527
include:
@@ -33,5 +35,3 @@ jobs:
3335
php: 7.2
3436
env: TESTBENCH_VERSION=^5.0
3537
script: make static-analysis
36-
- stage: test
37-
script: make test

0 commit comments

Comments
 (0)