diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-27 11:27:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-27 11:27:56 -0700 |
commit | a43c0bf54b80b8043a4205b46edc220eb7d2725e (patch) | |
tree | 50118cbf2eaa3d0d59333395d12e23462118bc36 | |
parent | a0397bae98620a9a3df8cc8ff898c22a3a00150b (diff) | |
download | pandoc-a43c0bf54b80b8043a4205b46edc220eb7d2725e.tar.gz |
CONTRIBUTING: replace reference to travis with circleci.
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 372caf0ae..334672b62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,8 +146,7 @@ Please follow these guidelines: 10. We aim for compatibility with ghc versions from 7.10.3 to the latest release. All pull requests and commits are tested - automatically on <travis-ci.org>, using GHC versions in the - `Tested-With` stanza of `pandoc.cabal`. + automatically on CircleCI. Tests ----- |