From 1068cefb1ff9152c9718b32213dd1fc0b550bed3 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Mon, 15 Jul 2019 19:18:29 +0200 Subject: [PATCH] see #72: speed up travis --- .travis.yml | 3 --- CONTRIBUTING.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29818c9..5f1c03c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,5 @@ addons: ssh_known_hosts: - changkun.de -script: - - make build - after_success: scp -r website/public/modern-cpp/* $encrypted_server_user@changkun.de:$encrypted_server_path 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.