mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-26 00:38:44 +05:30
Define each job under jobs.include
This commit is contained in:
parent
0d20175b0a
commit
0ddc64c3e4
16
.travis.yml
16
.travis.yml
@ -1,9 +1,4 @@
|
||||
language: php
|
||||
php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- nightly
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@ -29,7 +24,18 @@ jobs:
|
||||
script:
|
||||
- vendor/bin/php-cs-fixer fix -v --dry-run
|
||||
- stage: Test
|
||||
php: 7.0
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- php: 7.1
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- php: 7.2
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- php: nightly
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
Loading…
Reference in New Issue
Block a user