Sha256: aacbfdbf6a08f1023a0571632b3b5f83886e76d026265757b37e682e79035a99

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 Bytes

Contents

language: ruby

rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - 2.5.3
  - 2.6.0

gemfile:
  - gemfiles/activerecord_4_2.gemfile
  - gemfiles/activerecord_5_0.gemfile
  - gemfiles/activerecord_5_1.gemfile
  - gemfiles/activerecord_5_2.gemfile

addons:
  postgresql: 9.3

sudo: false

before_script:
  - cp spec/default.database.yml spec/database.yml
  - psql -c 'CREATE DATABASE crypt_keeper_providers;' -U postgres
  - psql crypt_keeper_providers -c 'CREATE EXTENSION IF NOT EXISTS pgcrypto;' -U postgres
  - mysql -e 'CREATE DATABASE crypt_keeper_providers'

branches: master

notifications:
  email:
    recipients:
      jmazzi@gmail.com
    on_success: never
    on_failure: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crypt_keeper-2.0.1 .travis.yml