Skip to content

Commit

Permalink
Added Travis edits and screen shot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChasm committed Jan 7, 2021
1 parent fea7fe5 commit 2e6de46
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/*
vendor/*
composer.lock
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '7.4'
dist: trusty
sudo: required # this seems to be required for some reason to get MySQL to work
services:
Expand All @@ -18,4 +17,4 @@ before_script:
script:
- includes/admin/test/test_for_syntax_errors.sh
- includes/admin/test/test_installation.sh
- includes/admin/test/test_phpcs.sh
- includes/admin/test/test_phpcs.sh
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[![Build Status](https://travis-ci.com/DiscipleTools/disciple-tools-dashboard-plugin.svg?branch=master)](https://travis-ci.com/DiscipleTools/disciple-tools-dashboard-plugin)
[![Build Status](https://travis-ci.com/DiscipleTools/disciple-tools-dashboard.svg?branch=master)](https://travis-ci.com/DiscipleTools/disciple-tools-dashboard)

# Disciple Tools - Dashboard

This plugin adds a dashboard to the Disciple Tools system for an active follow-up worker.

![screenshot.png](screenshot.png)

2 changes: 1 addition & 1 deletion disciple-tools-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools-dashboard
* Requires at least: 4.7.0
* (Requires 4.7+ because of the integration of the REST API at 4.7 and the security requirements of this milestone version.)
* Tested up to: 5.5
* Tested up to: 5.6
*
* @package Disciple_Tools
* @link https://github.com/DiscipleTools
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e6de46

Please sign in to comment.