removed travis

This commit is contained in:
denisdulici 2019-12-04 21:47:35 +03:00
parent fc8518e35e
commit 4fe1d9f4ae
3 changed files with 3 additions and 28 deletions

View File

@ -1,11 +1,11 @@
name: GitHub CI name: Tests
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
tests: tests:
name: PHP ${{ matrix.php }} Test name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -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

View File

@ -1,6 +1,6 @@
# Akaunting™ # 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. 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.