Sha256: cbebca7bd7634be7a00d84a9cb0de7e8c2cdee14cafe4a64ed2f357f7c7bfb34

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.6
  - 2.3.3
  - 2.4.0
script: 'bundle exec rake'
matrix:
  include:
  - rvm: 2.4.0
    xx_before_install:
      - gem uninstall libxml-ruby
      - sudo apt-get install ruby-libxml
      - sudo apt-get install libxml2
      - gem update bundler

notifications:
  email:
    recipients:
      - jatesins@ncsu.edu
    on_failure: change
    on_success: never

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspreadsheet-0.4.5 .travis.yml