We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d3148 commit 52cb63bCopy full SHA for 52cb63b
.travis.yml
@@ -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
@@ -3,6 +3,7 @@
Automatically generate post archives by dates, tags, and categories.
[](http://badge.fury.io/rb/jekyll-archives)
+[](https://travis-ci.org/jekyll/jekyll-archives)
## Usage
9
0 commit comments