Sha256: 0505f4a0f4017c51fee4f3e395771fa013107e5fe95dcf627f9319597a664d60

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.2
  - 2.1
  - 2.0
git:
  depth: 10

sudo: false

# we need a more recent cmake than travis/linux provides (at least 2.8.9):
addons:
  apt:
    sources:
      - kalakris-cmake
    packages:
      - cmake

before_install:
  - gem install bundler

before_script: bundle update
script: script/cibuild

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-commonmark-1.1.0 .travis.yml
jekyll-commonmark-1.0.1 .travis.yml
jekyll-commonmark-1.0.0 .travis.yml
jekyll-commonmark-0.1.0 .travis.yml
jekyll-commonmark-0.0.1 .travis.yml