Sha256: 94dc5f4a9f008bcebbef234296a05074ec6e846e65cfbdcb8f921531aa66ff3c

Contents?: true

Size: 262 Bytes

Versions: 10

Compression:

Stored size: 262 Bytes

Contents

language: ruby
rvm: 2.2.4
cache: bundler
sudo: false
script: TRAVIS_CI=1 bundle exec rake test
addons:
  postgresql: "9.4"
before_script:
  - psql -c 'create database pghero_test;' -U postgres
notifications:
  email:
    on_success: never
    on_failure: change

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pghero-2.1.0 .travis.yml
pghero-2.0.8 .travis.yml
pghero-2.0.7 .travis.yml
pghero-2.0.6 .travis.yml
pghero-2.0.5 .travis.yml
pghero-2.0.4 .travis.yml
pghero-2.0.3 .travis.yml
pghero-2.0.2 .travis.yml
pghero-2.0.1 .travis.yml
pghero-2.0.0 .travis.yml