Skip to content

Commit 2dd729b

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ before_install:
66
- chmod 600 ~/.ssh/id_rsa
77
- git config --global user.name "Changkun Ou"
88
- git config --global user.email "hi@changkun.us"
9-
- make build-env
109

1110
addons:
1211
ssh_known_hosts:

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)