mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
15 lines
226 B
YAML
15 lines
226 B
YAML
language: ruby
|
|
before_install:
|
|
- gem install bundler
|
|
rvm:
|
|
- 2.0.0
|
|
- 1.9.3
|
|
- 1.9.2
|
|
- 1.8.7
|
|
script: bundle exec rake
|
|
notifications:
|
|
irc: "irc.freenode.org#jekyll"
|
|
email:
|
|
on_success: never
|
|
on_failure: never
|