mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Add travis config, add travis icon to README
This commit is contained in:
parent
27e0db7d14
commit
9331e3b9db
3 changed files with 8 additions and 2 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
rvm:
|
||||||
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- "sudo apt-get update && sudo apt-get install libicu-dev"
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'middleman-gh-pages'
|
||||||
# Live-reloading plugin
|
# Live-reloading plugin
|
||||||
gem "middleman-livereload", "~> 3.1.0"
|
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"
|
gem "github-linguist", "~> 2.9.5"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Slate [](https://gemnasium.com/tripit/slate)
|
Slate [](https://travis-ci.org/tripit/slate) [](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.
|
Slate helps you create beautiful single-page API documentation. Think of it as an intelligent, modern documentation template for your API.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue