Sha256: 0def591ad15b057a0712f621905671c9801dbe5cc98715c7c19f4c4f56465c79

Contents?: true

Size: 475 Bytes

Versions: 1

Compression:

Stored size: 475 Bytes

Contents

# Travis CI
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.3.1
  - 2.3.0
before_script:
  - chmod a+x script/bootstrap
  - chmod a+x script/cibuild
  - bundle update
script: script/cibuild
notifications:
  email:
    on_success: never
    on_failure: never

matrix:
  exclude:
    - rvm: 2.3.0
      env: BUNTO_VERSION=3.2.1
    - rvm: 2.3.1
      env: BUNTO_VERSION=3.0.0

env:
  matrix:
    - BUNTO_VERSION=3.0.0
    - BUNTO_VERSION=3.2.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bunto-paginate-3.0.0 .travis.yml