Codebase list ruby-html2haml / 861d98f9-cb72-4162-8d31-f11942d87f09/upstream .travis.yml
861d98f9-cb72-4162-8d31-f11942d87f09/upstream

Tree @861d98f9-cb72-4162-8d31-f11942d87f09/upstream (Download .tar.gz)

.travis.yml @861d98f9-cb72-4162-8d31-f11942d87f09/upstreamraw · history · blame

language: ruby
sudo: false

before_install: gem update bundler --no-document

rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - 2.3.8
  - 2.2.10
  - 2.1.10
  - 2.0.0
  - 1.9.3
  - rbx-2
  - jruby-9.2.7.0

gemfile:
  - Gemfile

branches:
  only:
    - master

script: "bundle exec rake test"

matrix:
  allow_failures:
    - rvm: rbx-2