Sha256: 390a069c164001657c23554ab330fac0b09a5aef0b35126e6634f6acd18e29f8

Contents?: true

Size: 404 Bytes

Versions: 14

Compression:

Stored size: 404 Bytes

Contents

language: ruby
rvm:
  - 2.3.1

# Use Postgres 9.5
# https://www.brandur.org/fragments/postgres-95-travis
dist: trusty
sudo: required
addons:
  postgresql: "9.5"

before_install: gem update bundler
script: bundle exec rake test

# To stop Travis from running tests for a new commit,
# add the following to your commit message: [ci skip]
# You should add this when you edit documentation or comments, etc.

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
abstract_importer-1.5.6 .travis.yml
abstract_importer-1.5.5 .travis.yml
activerecord-insert_many-0.4.4 .travis.yml
abstract_importer-1.5.4 .travis.yml
activerecord-insert_many-0.4.3 .travis.yml
abstract_importer-1.5.3 .travis.yml
activerecord-insert_many-0.4.2 .travis.yml
abstract_importer-1.5.2 .travis.yml
abstract_importer-1.5.1 .travis.yml
abstract_importer-1.5.0 .travis.yml
activerecord-insert_many-0.4.1 .travis.yml
abstract_importer-1.4.1 .travis.yml
abstract_importer-1.4.0 .travis.yml
activerecord-insert_many-0.4.0 .travis.yml