Skip to content

Commit 52cb63b

Browse files
committed
Update Travis config
1 parent 24d3148 commit 52cb63b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: ruby
2+
install:
3+
- bundle install --jobs=3
4+
rvm:
5+
- 2.1
6+
- 2.0
7+
- 1.9.3
8+
script: script/cibuild

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Automatically generate post archives by dates, tags, and categories.
44

55
[![Gem Version](https://badge.fury.io/rb/jekyll-archives.png)](http://badge.fury.io/rb/jekyll-archives)
6+
[![Build Status](https://travis-ci.org/jekyll/jekyll-archives.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-archives)
67

78
## Usage
89

0 commit comments

Comments
 (0)