Sha256: c0fa44e682fdd5682b6b926c82938bb7e8bb20c47e094a071c9d86d0bda61236

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

# .travis.yml
language: ruby
rvm:
  - 2.1.2

# https://github.com/travis-ci/travis-ci/issues/5239
before_install:
  - gem update bundler
  - sudo apt-add-repository -y ppa:travis-ci/sqlite3
  - sudo apt-get -y update
  - sudo apt-get install sqlite3=3.7.15.1-1~travis1

script:
  - bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
abstract_importer-1.3.4 .travis.yml