Skip to content

Commit

Permalink
Merge pull request nuvoleweb#17 from nuvoleweb/switch-to-github-actions
Browse files Browse the repository at this point in the history
Move CI from TravisCI to GitHub actions
  • Loading branch information
ademarco authored Jan 6, 2022
2 parents bcb737c + c5833d1 commit 81e9983
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_version: 7.4
version: 1
- uses: php-actions/phpunit@v3
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Robo Config

[![Build Status](https://travis-ci.org/nuvoleweb/robo-config.svg?branch=master)](https://travis-ci.org/nuvoleweb/robo-config)
[![Latest Stable Version](https://poser.pugx.org/nuvoleweb/robo-config/v/stable)](https://packagist.org/packages/nuvoleweb/robo-config)
[![Total Downloads](https://poser.pugx.org/nuvoleweb/robo-config/downloads)](https://packagist.org/packages/nuvoleweb/robo-config)
[![Latest Unstable Version](https://poser.pugx.org/nuvoleweb/robo-config/v/unstable)](https://packagist.org/packages/nuvoleweb/robo-config)
Expand Down

0 comments on commit 81e9983

Please sign in to comment.