mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +02:00
move from Travis to Github Actions
This commit is contained in:
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
|
# DesignPatternsPHP
|
||||||
|
|
||||||
[](https://travis-ci.org/domnikl/DesignPatternsPHP)
|
[](https://github.com/domnikl/DesignPatternsPHP/actions)
|
||||||
[](https://readthedocs.org/projects/designpatternsphp/?badge=latest)
|
[](https://readthedocs.org/projects/designpatternsphp/?badge=latest)
|
||||||
[](https://paypal.me/DominikLiebler)
|
[](https://paypal.me/DominikLiebler)
|
||||||
|
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
DesignPatternsPHP
|
DesignPatternsPHP
|
||||||
=================
|
=================
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/domnikl/DesignPatternsPHP.svg?branch=master
|
.. image:: https://github.com/domnikl/DesignPatternsPHP/workflows/CI/badge.svg
|
||||||
:target: https://travis-ci.org/domnikl/DesignPatternsPHP
|
:target: https://github.com/domnikl/DesignPatternsPHP/actions
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/designpatternsphp/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/designpatternsphp/badge/?version=latest
|
||||||
|
Reference in New Issue
Block a user