Sha256: 658abf982c671e40049f4339b3e46650be7ac10b44fdfacf4594d4ac45c6e6a7

Contents?: true

Size: 471 Bytes

Versions: 15

Compression:

Stored size: 471 Bytes

Contents

language: ruby
rvm:
  - "2.3"
  - "2.4"
branches:
  only:
    - "master"
env:
  global:
    -
      LC_ALL=en_US.UTF_8
      LANG=en_US.UTF_8
matrix:
  fast_finish: true
  include:
    - rvm: jruby-9.1.9.0
      env: DISABLE_NOKOGIRI=1
  allow_failures:
    - rvm: jruby-9.1.9.0
      env: DISABLE_NOKOGIRI=1
script:
  - bundle exec rake test_ci
  - bundle exec appraisal install && FOCUS=rouge bundle exec appraisal rake spec
cache: bundler
sudo: false
git:
  depth: 10

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
nanoc-4.8.10 .travis.yml
nanoc-4.8.9 .travis.yml
nanoc-4.8.8 .travis.yml
nanoc-4.8.7 .travis.yml
nanoc-4.8.6 .travis.yml
nanoc-4.8.5 .travis.yml
nanoc-4.8.4 .travis.yml
nanoc-4.8.3 .travis.yml
nanoc-4.8.2 .travis.yml
nanoc-4.8.1 .travis.yml
nanoc-4.8.0 .travis.yml
nanoc-4.7.14 .travis.yml
nanoc-4.7.13 .travis.yml
nanoc-4.7.12 .travis.yml
nanoc-4.7.11 .travis.yml