File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 11language : ruby
22script : script/cibuild
3- rvm :
4- - 2.2
5- - 2.1
6- - 2.0
7- - 1.9.3
83sudo : false
94notifications :
105 email : false
116branches :
127 only :
138 - master
9+
10+ rvm :
11+ - 2.2
12+ - 2.1
13+ - 2.0
14+ env :
15+ - " "
16+ - JEKYLL_VERSION=3.0.0.beta8
17+ - JEKYLL_VERSION=2.0
18+ matrix :
19+ include :
20+ - # GitHub Pages
21+ rvm : 2.1.1
22+ env : GH_PAGES=true
23+ - # Ruby 1.9
24+ rvm : 1.9
25+ env : JEKYLL_VERSION=2.0
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2-
3- # Specify your gem's dependencies in jekyll-gist.gemspec
42gemspec
3+
4+ if ENV [ "GH_PAGES" ]
5+ gem "github-pages"
6+ elsif ENV [ "JEKYLL_VERSION" ]
7+ gem "jekyll" , "~> #{ ENV [ "JEKYLL_VERSION" ] } "
8+ end
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ set -e
23
34bundle exec rspec
You can’t perform that action at this time.
0 commit comments