From 4fe1d9f4aebe70f1ddf129d3d4e7e80bb89aba2b Mon Sep 17 00:00:00 2001 From: denisdulici Date: Wed, 4 Dec 2019 21:47:35 +0300 Subject: [PATCH] removed travis --- .github/workflows/tests.yml | 4 ++-- .travis.yml | 25 ------------------------- README.md | 2 +- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c3c41775..0c35536dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,11 +1,11 @@ -name: GitHub CI +name: Tests on: [push, pull_request] jobs: tests: - name: PHP ${{ matrix.php }} Test + name: PHP ${{ matrix.php }} runs-on: ubuntu-latest diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c36d41724..000000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: php - -php: - - '7.2' - - '7.3' - - '7.4' - -env: - - DB=sqlite - -sqlite: - adapter: sqlite3 - database: ':memory:' - timeout: 500 - -before_install: - # turn off XDebug - - phpenv config-rm xdebug.ini || return - -before_script: - - cp .env.testing .env - - composer test - -script: - - vendor/bin/phpunit \ No newline at end of file diff --git a/README.md b/README.md index 7ed28f6ef..f3a05d81b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Akaunting™ - ![Latest Stable Version](https://img.shields.io/github/release/akaunting/akaunting.svg) ![Total Downloads](https://img.shields.io/github/downloads/akaunting/akaunting/total.svg) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/akaunting/localized.svg)](https://crowdin.com/project/akaunting) ![Build Status](https://travis-ci.com/akaunting/akaunting.svg) + ![Latest Stable Version](https://img.shields.io/github/release/akaunting/akaunting.svg) ![Total Downloads](https://img.shields.io/github/downloads/akaunting/akaunting/total.svg) [![Translation Status](https://d322cqt584bo4o.cloudfront.net/akaunting/localized.svg)](https://crowdin.com/project/akaunting) ![Tests Status](https://img.shields.io/github/workflow/status/akaunting/akaunting/Tests?label=tests) Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern technologies such as Laravel, VueJS, Bootstrap 4, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.