From 3293fd1a9a74b01e4fe727eac6824726fb3dff95 Mon Sep 17 00:00:00 2001 From: Matt Daneshvar Date: Sun, 24 Mar 2024 10:10:42 -0600 Subject: [PATCH] Remove Travis CI --- .travis.yml | 19 ------------------- readme.md | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1b8aea4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: php - -php: - - 7.3 - - 7.4 - - 8.0 - -env: - matrix: - - COMPOSER_FLAGS="--prefer-lowest" - - COMPOSER_FLAGS="" - global: - - XDEBUG_MODE="coverage" - -before_script: - - travis_retry composer update ${COMPOSER_FLAGS} - -script: - - vendor/bin/phpunit \ No newline at end of file diff --git a/readme.md b/readme.md index 7e0770c..4ea9328 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Laravel Survey -[![Build Status](https://travis-ci.org/matt-daneshvar/laravel-survey.svg?branch=master)](https://travis-ci.org/matt-daneshvar/laravel-survey) +[![Tests](https://github.com/matt-daneshvar/laravel-survey/actions/workflows/tests.yml/badge.svg)](https://github.com/matt-daneshvar/laravel-survey/actions/workflows/tests.yml) ![GitHub](https://img.shields.io/github/license/matt-daneshvar/laravel-survey) Create and manage surveys within your Laravel app.