Sha256: f439ae5a527e2834b144cffc2fd68beb65dcda04456b716958df2aac19567c12

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.1
  - jruby-19mode
jdk:
  - oraclejdk8
notifications:
  email: false
git:
  depth: 10
before_install:
  - sudo apt-get install perl
  - curl -L http://cpanmin.us | perl - --sudo App::cpanminus
  - sudo cpanm --installdeps --notest Pod::Simple
  - sudo pip install docutils
cache:
  - bundler
  - pip
env:
  global:
    - "JRUBY_OPTS=-Xcext.enabled=true"
matrix:
 allow_failures:
   - rvm: jruby-19mode

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-markup-1.4.7 .travis.yml
github-markup-1.4.6 .travis.yml