diff --git a/.travis.yml b/.travis.yml index 29818c9..ca4819f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ before_install: - chmod 600 ~/.ssh/id_rsa - git config --global user.name "Changkun Ou" - git config --global user.email "hi@changkun.us" -- make build-env addons: ssh_known_hosts: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80a9481..5266cd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Report the error immediately by [submitting issue](https://github.com/changkun/m Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist: - - [ ] If you only making changes to the main part of the book (i.e. the `book` folder), and no changes to the code snippet, then you are good to go; +- [ ] If you only making changes to the main part of the book (i.e. the `book` folder), and no changes to the code snippet, then you are good to go; - [ ] If you also change the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the `code` folder; - [ ] If you changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.