mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Even though JRuby 9K on Travis still apparently points to pre1 we are updating so that when it finally points to stable release we can get those builds, once jruby-head diverges enough again we will re-add it to the list and start testing the next build and move JRuby 9K. Remember though, JRuby support is still experimental.
31 lines
698 B
YAML
31 lines
698 B
YAML
language: ruby
|
|
cache: bundler
|
|
sudo: false
|
|
rvm:
|
|
- 2.2
|
|
- 2.1
|
|
- 2.0
|
|
- jruby-9.0.0.0
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-9.0.0.0
|
|
env:
|
|
matrix:
|
|
- TEST_SUITE=test
|
|
- TEST_SUITE=cucumber
|
|
before_script: bundle update
|
|
script: script/cibuild
|
|
notifications:
|
|
irc:
|
|
on_success: change
|
|
on_failure: change
|
|
channels:
|
|
- irc.freenode.org#jekyll
|
|
template:
|
|
- "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
|
|
email:
|
|
on_success: never
|
|
on_failure: never
|
|
slack:
|
|
secure: dNdKk6nahNURIUbO3ULhA09/vTEQjK0fNbgjVjeYPEvROHgQBP1cIP3AJy8aWs8rl5Yyow4YGEilNRzKPz18AsFptVXofpwyqcBxaCfmHP809NX5PHBaadydveLm+TNVao2XeLXSWu+HUNAYO1AanCUbJSEyJTju347xCBGzESU=
|