Skip to content

Commit 3f07428

Browse files
committed
Travis and docs minor improvements.
* Skip Deploy stage if this build is not triggered by tag push
1 parent 5817c6e commit 3f07428

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- php: 7.0
7474
env: MOODLE_BRANCH=MOODLE_35_STABLE
7575
- stage: Deploy
76+
if: tag IS present
7677
before_install: skip
7778
install: skip
7879
script: skip
@@ -83,7 +84,7 @@ jobs:
8384
provider: releases
8485
api_key: $GITHUB_TOKEN
8586
file: build/moodle-plugin-ci.phar
86-
cleanup: false
87+
skip_cleanup: true
8788
on:
8889
repo: moodlehq/moodle-plugin-ci
8990
tags: true

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ The goal of this project is to facilitate the running of tests and code analysis
77
[Travis CI](https://travis-ci.org). All of these tests and tools are run everytime a change is pushed to a GitHub
88
branch or pull request.
99

10-
All documentation, guides, change log, etc can be found here: https://moodlehq.github.io/moodle-plugin-ci/
10+
* [Getting started](https://moodlehq.github.io/moodle-plugin-ci/)
11+
* [Help topics](https://moodlehq.github.io/moodle-plugin-ci/Help.html)
12+
* [Changelog](https://moodlehq.github.io/moodle-plugin-ci/CHANGELOG.html)
13+
* [Upgrade 3.0](https://moodlehq.github.io/moodle-plugin-ci/UPGRADE-3.0.html)
1114

1215
History, acknowledgement and appreciation
1316
=========================================

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ No unreleased changes.
3636

3737
### Added
3838
- New help document: [CLI commands and options](CLI.md)
39+
- Upgrade guide: [Upgrading from 2.X to 3.0](UPGRADE-3.0.md)
3940

4041
### Removed
4142
- Support for PHP 5.x (7.0.0 is now required).

0 commit comments

Comments
 (0)