diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-11-13 14:36:17 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-11-13 14:36:17 +0100 |
commit | fdd4a768f053b21271d4520bf0d43baf62d516da (patch) | |
tree | 6aec9559244c0be746f7be849fda6ddf6e85507d /CONTRIBUTING.md | |
parent | abeeff1325267f8d8f1f66f0ec4ed175ffc140ad (diff) | |
download | hugo-fdd4a768f053b21271d4520bf0d43baf62d516da.tar.gz hugo-fdd4a768f053b21271d4520bf0d43baf62d516da.zip |
Remove appveyor
We now build on Travis for all platforms.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6645d59b7..124e5b754 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ To make the contribution process as seamless as possible, we ask for the followi * Run `go fmt`. * Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`. * Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`. - * Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `mage check` fails. + * Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Windows, Linux and macOS) will fail the build if `mage check` fails. * Follow the **Git Commit Message Guidelines** below. ### Git Commit Message Guidelines |