Sha256: 9cad5c738dbb434eb8446693cd512cc13030eae0d202615d6f4403c953b4dbd1

Contents?: true

Size: 231 Bytes

Versions: 3

Compression:

Stored size: 231 Bytes

Contents

image: ruby:2.1
before_script:
  - gem install jekyll
  - gem install bundler
  - bundle install --path=.bundler-cache
stages:
  - test
cache:
  paths:
    - .bundler-cache

test:
  stage: test
  script:
  - rake test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-bower-1.0.3 .gitlab-ci.yml
jekyll-bower-1.0.2 .gitlab-ci.yml
jekyll-bower-1.0.1 .gitlab-ci.yml