mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-15 11:50:10 +01:00
move from Travis to Github Actions
This commit is contained in:
parent
3a6edd8331
commit
18d9f07e9b
26
.travis.yml
26
.travis.yml
@ -1,26 +0,0 @@
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_install:
|
||||
- composer self-update
|
||||
- composer validate
|
||||
|
||||
install:
|
||||
- composer install --prefer-dist --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- vendor/bin/phpcs .
|
||||
- vendor/bin/psalm --show-info=false
|
||||
- ./check-refs-readmes
|
@ -1,6 +1,6 @@
|
||||
# DesignPatternsPHP
|
||||
|
||||
[](https://travis-ci.org/domnikl/DesignPatternsPHP)
|
||||
[](https://github.com/domnikl/DesignPatternsPHP/actions)
|
||||
[](https://readthedocs.org/projects/designpatternsphp/?badge=latest)
|
||||
[](https://paypal.me/DominikLiebler)
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
DesignPatternsPHP
|
||||
=================
|
||||
|
||||
.. image:: https://travis-ci.org/domnikl/DesignPatternsPHP.svg?branch=master
|
||||
:target: https://travis-ci.org/domnikl/DesignPatternsPHP
|
||||
.. image:: https://github.com/domnikl/DesignPatternsPHP/workflows/CI/badge.svg
|
||||
:target: https://github.com/domnikl/DesignPatternsPHP/actions
|
||||
:alt: Build Status
|
||||
|
||||
.. image:: https://readthedocs.org/projects/designpatternsphp/badge/?version=latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user