Sha256: 81ce00b7d3e45924f732d1dd0fb10b4d4563370da84a76119884371d9e90dee7

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

language: ruby
before_install:
  - gem update --system
  - gem update bundler
bundler_args: --without=extras
script: rspec spec
sudo: false
rvm:
  - '2.1.10'
  - '2.2.6'
  - '2.3.3'
  - '2.4.0'
  - jruby-9.1.6.0
  # - rbx-2
  ### ALLOWED FAILURES ###
  # see how compatible we are with dev versions, but do not fail the build
  - ruby-head
  - jruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
siftery-wisper-2.0.1 .travis.yml
wisper-2.0.0 .travis.yml