Skip to content

Commit

Permalink
Add travis config, add travis icon to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Nov 18, 2013
1 parent 27e0db7 commit 9331e3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rvm:
- 1.9.3
- 2.0.0

before_install:
- "sudo apt-get update && sudo apt-get install libicu-dev"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'middleman-gh-pages'
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"

gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git'
gem 'redcarpet', :git => 'https://github.com/vmg/redcarpet.git'

gem "github-linguist", "~> 2.9.5"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Slate [![Dependency Status](https://gemnasium.com/tripit/slate.png)](https://gemnasium.com/tripit/slate)
Slate [![Build Status](https://travis-ci.org/tripit/slate.png?branch=travis)](https://travis-ci.org/tripit/slate) [![Dependency Status](https://gemnasium.com/tripit/slate.png)](https://gemnasium.com/tripit/slate)
========

Slate helps you create beautiful single-page API documentation. Think of it as an intelligent, modern documentation template for your API.
Expand Down

0 comments on commit 9331e3b

Please sign in to comment.