HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/roadie-4.0.0/.travis.yml
sudo: false
language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
  - jruby
  - rbx
before_install:
  - gem install bundler -v '1.17.3'
matrix:
  allow_failures:
    # Rubinius and JRuby have a lot of trouble and no large following, so I'm going to
    # allow failures on it until it gets more stable on Travis / Real Life(tm).
    # Let me know if you need it. Patches are welcome!
    - rvm: jruby
    - rvm: rbx
  fast_finish: true
cache: bundler
script: "rake"