We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c3978 commit ab5de56Copy full SHA for ab5de56
1 file changed
.travis.yml
@@ -2,6 +2,10 @@ cache:
2
directories:
3
- $HOME/.composer/cache
4
5
+stages:
6
+ - code-analysis
7
+ - test
8
+
9
language: php
10
11
php:
@@ -17,9 +21,7 @@ install:
17
21
- composer global require --no-interaction --prefer-dist --update-no-dev hirak/prestissimo
18
22
- composer require --no-interaction --prefer-dist orchestra/testbench:$TESTBENCH_VERSION
19
23
20
-stages:
- - code-analysis
- - test
24
+script: make test
25
26
jobs:
27
include:
@@ -33,5 +35,3 @@ jobs:
33
35
php: 7.2
34
36
env: TESTBENCH_VERSION=^5.0
37
script: make static-analysis
- - stage: test
- script: make test
0 commit comments