Sha256: 40e3ad51b8038262ff184114c87e2bd2a76ab4c5182bf9948cd9eaf71f0dc542

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

language: ruby
script:
  - bundle exec rake test:db:create
  - bundle exec rspec spec
  - if [ "$RUN_BENCHMARK" = "true" ]; then DATASET_SIZE=100 bundle exec rake benchmark; fi
rvm:
  2.2.0
matrix:
  include:
    - env:
      - DB_TYPE=mysql
      - DB_USERNAME=travis
    - env:
      - DB_TYPE=postgres
      - RUN_BENCHMARK=true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csv_fast_importer-1.0.0 .travis.yml