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 3961a6b commit 9b379e7Copy full SHA for 9b379e7
.travis.yml
@@ -3,18 +3,15 @@ php:
3
- '7.1'
4
- '7.2'
5
- '7.3'
6
+
7
os:
8
- linux
9
10
before_script: composer install --dev
11
-jobs:
12
- include:
13
- - stage: lint
14
- script:
15
- - composer lint
16
- - ./vendor/bin/phpstan analyze -c vendor/nunomaduro/larastan/extension.neon -l 4 src/
17
- - stage: test
18
- script: ./vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
+script:
+ - composer lint
+ - ./vendor/bin/phpstan analyze -c vendor/nunomaduro/larastan/extension.neon -l 4 src/
+ - ./vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
19
20
0 commit comments