Skip to content

Commit

Permalink
remove travis for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arubacao committed Apr 1, 2020
1 parent 442d6d9 commit 51a2541
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install dependencies
run: |
composer require "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
composer require "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update --dev
composer update --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://packagist.org/packages/arubacao/asset-cdn"><img src="https://img.shields.io/packagist/v/arubacao/asset-cdn.svg?style=flat-square" alt="Latest Stable Version"></a>
<a href="https://travis-ci.org/arubacao/asset-cdn"><img src="https://img.shields.io/travis/arubacao/asset-cdn/master.svg?style=flat-square" alt="Build Status"></a>
<a href="https://github.com/arubacao/asset-cdn/actions?query=workflow%3A%22Run+Tests%22"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/arubacao/asset-cdn/Run%20Tests?style=flat-square"></a>
<a href="https://codecov.io/gh/arubacao/asset-cdn"><img src="https://img.shields.io/codecov/c/github/arubacao/asset-cdn.svg?style=flat-square" alt="Codecov"></a>
<a href="https://scrutinizer-ci.com/g/arubacao/asset-cdn"><img src="https://img.shields.io/scrutinizer/g/arubacao/asset-cdn.svg?style=flat-square" alt="Quality Score"></a>
<a href="https://packagist.org/packages/arubacao/asset-cdn"><img src="https://img.shields.io/packagist/dt/arubacao/asset-cdn.svg?style=flat-square" alt="Total Downloads"></a>
Expand Down

0 comments on commit 51a2541

Please sign in to comment.