From 0934f846d954a6f492310251e0a2a3ed0726794e Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 25 Jun 2024 17:21:28 +0800 Subject: [PATCH] Remove travis --- .travis.yml | 24 ------------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3831ad64..00000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: php - -php: - - 7.0 - - 7.1 - - 7.2 - - 7.3 - - 7.4 - - 8.0 - -notifications: - email: false - irc: "irc.efnet.org#php.yaf" - -env: - - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 - -#Compile -before_script: - - ./travis/compile.sh - -# Run PHPs run-tests.php -script: - - TEST_PHP_ARGS="--show-diff" make test diff --git a/README.md b/README.md index 07c9bf13..5726265e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Yaf - Yet Another Framework -[![Build Status](https://api.travis-ci.org/laruence/yaf.svg?branch=master)](https://travis-ci.org/laruence/yaf) [![Build status](https://ci.appveyor.com/api/projects/status/awii6wf2ocmy202p/branch/master?svg=true)](https://ci.appveyor.com/project/laruence/yaf/branch/master) [![Build Status](https://github.com/laruence/yaf/workflows/integrate/badge.svg?branch=master)](https://github.com/laruence/yaf/actions?query=workflow%3Aintegrate) +[![Build status](https://ci.appveyor.com/api/projects/status/awii6wf2ocmy202p/branch/master?svg=true)](https://ci.appveyor.com/project/laruence/yaf/branch/master) [![Build Status](https://github.com/laruence/yaf/workflows/integrate/badge.svg?branch=master)](https://github.com/laruence/yaf/actions?query=workflow%3Aintegrate) PHP framework written in c and built as a PHP extension.