Skip to content

Commit

Permalink
chore: remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Sep 15, 2022
1 parent 4b90ec9 commit 2f7ef6a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 49 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Heyday Menu Manager

[![Build Status](https://travis-ci.com/heyday/silverstripe-menumanager.svg?branch=master)](https://travis-ci.com/heyday/silverstripe-menumanager)
# Silverstripe Menu Manager

The menu management module is for creating custom menu structures when the site
tree hierarchy just won't do.
Expand Down
51 changes: 22 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
{
"name": "heyday/silverstripe-menumanager",
"type": "silverstripe-vendormodule",
"description": "Allows complex menu management to be handled through the CMS when a simple tree structure is not enough.",
"license": "MIT",
"authors": [
{
"name": "Heyday Developers",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
"Heyday\\MenuManager\\": "src/"
}
},
"extra": {
"dev-main": "3.0.x-dev"
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "heyday/silverstripe-menumanager",
"type": "silverstripe-vendormodule",
"description": "Allows complex menu management to be handled through the CMS when a simple tree structure is not enough.",
"license": "MIT",
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
"Heyday\\MenuManager\\": "src/"
}
},
"extra": {
"dev-main": "3.1.x-dev"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 2f7ef6a

Please sign in to comment.