Sha256: 7be866c898a10d125971d9cb6a7fd991d2a0b3061f4a7c826c56bdc7e739bfbd

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
  - 2.2.0
before_script:
  - rake compile
script:
  - rake
  # The CSV tests in test/ are specific to Ruby 2.1.0.
  - if [ $TRAVIS_RUBY_VERSION = '2.1.0' ]; then rspec test/runner.rb test/csv; fi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastcsv-0.0.6 .travis.yml
fastcsv-0.0.5 .travis.yml