diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-19 00:13:42 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-19 00:13:42 -0500 |
| commit | a489422bb6e7b631cbd83a2b555c150d8ee5aed9 (patch) | |
| tree | a60272436cd932284b2333f67d3259910cce961a | |
| parent | fc3f842abd1fd804fbb7a04f123c2102a785dfc3 (diff) | |
Add mentions of CI to CONTRIBUTING
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57fb72e..966e0e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,9 +29,11 @@ To report unacceptabe behavior, send an [e-mail][email] * Run [swiftlint][swiftlint] on the Source directory and make sure there are no errors * There should be no warnings on compilation +* [CI][ci] should be green * Make the PRs according to [Git Flow][gitflow]: (features go to develop, hotfixes go to master) [gitflow]: https://github.com/nvie/gitflow [swiftlint]: https://github.com/realm/SwiftLint [email]: mailto:ben@nsovocal.com +[ci]: https://travis-ci.org/lyricli-app/lyricli |