Skip to content

Commit 9b379e7

Browse files
committed
Change the travis setup
1 parent 3961a6b commit 9b379e7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@ php:
33
- '7.1'
44
- '7.2'
55
- '7.3'
6+
67
os:
78
- linux
89

910
before_script: composer install --dev
1011

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
12+
script:
13+
- composer lint
14+
- ./vendor/bin/phpstan analyze -c vendor/nunomaduro/larastan/extension.neon -l 4 src/
15+
- ./vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
1916

2017

0 commit comments

Comments
 (0)