Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# pushing the new README.

script:
# Sync changes with https://notabug.org/CodyReichert/awesome-cl
- git remote add notabug https://notabug.org/CodyReichert/awesome-cl.git
- git push notabug master
# Publish changes to https://awesome-cl.com
- git clone --branch=gh-pages https://github.com/CodyReichert/awesome-cl dist
- cp README.md dist/index.md
Expand Down