Add travis config, add travis icon to README

This commit is contained in:
Robert Lord 2013-11-18 10:31:36 -08:00
parent 27e0db7d14
commit 9331e3b9db
3 changed files with 8 additions and 2 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
rvm:
- 1.9.3
- 2.0.0
before_install:
- "sudo apt-get update && sudo apt-get install libicu-dev"

View file

@ -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"

View file

@ -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.