Skip to content

Commit

Permalink
Added README.md and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed Aug 4, 2015
1 parent a32b36d commit 2a33e54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python:
- "2.7"
install:
- pip install mkdocs==0.14.0
script: ./build.sh
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# notes

[![Build Status][travis-image]][travis-link]

Documentation and source code for [Shichao's Notes](http://notes.shichao.io).

[travis-image]: https://img.shields.io/travis/shichao-an/notes/master.png
[travis-link]: https://travis-ci.org/shichao-an/notes

0 comments on commit 2a33e54

Please sign in to comment.