mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-11-30 04:39:48 +01:00
commit
0b5d64f939
21
.travis.yml
Normal file
21
.travis.yml
Normal file
@ -0,0 +1,21 @@
|
||||
dist: trusty
|
||||
language: php
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
php:
|
||||
- '7.4'
|
||||
- nightly
|
||||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- php vendor/bin/php-cs-fixer fix --dry-run -vvv
|
||||
- php vendor/bin/psalm
|
||||
- php vendor/bin/phpunit
|
Loading…
Reference in New Issue
Block a user