Sha256: 904d068126779197aee39ebb8455c0641f90873c89337b0c8c48316ee9d3caa7

Contents?: true

Size: 519 Bytes

Versions: 5

Compression:

Stored size: 519 Bytes

Contents

dist: trusty
sudo: required
language: ruby
rvm:
  - 2.1.10
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - jruby-9.1.9.0
jdk:
  - oraclejdk8
notifications:
  email: false
git:
  depth: 10
before_install:
  - sudo apt-get update -qq
  - 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-9.1.9.0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
github-markup-3.0.1 .travis.yml
github-markup-3.0.0 .travis.yml
github-markup-2.0.1 .travis.yml
github-markup-2.0.0 .travis.yml
github-markup-1.7.0 .travis.yml