Skip to content

Commit 1068cef

Browse files
committed
see changkun#72: speed up travis
1 parent 325b966 commit 1068cef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ addons:
1212
ssh_known_hosts:
1313
- changkun.de
1414

15-
script:
16-
- make build
17-
1815
after_success:
1916
scp -r website/public/modern-cpp/* $encrypted_server_user@changkun.de:$encrypted_server_path

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Report the error immediately by [submitting issue](https://github.com/changkun/m
2727

2828
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
2929

30-
- [ ] 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;
30+
- [ ] 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;
3131
- [ ] 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;
3232
- [ ] If you changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.
3333

0 commit comments

Comments
 (0)