Sha256: 529b32b42fe250edef76ce5427363b20e927272ad845f5a2f7849844d6e88bf6

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 Bytes

Contents

language: ruby
gemfile:
  - gemfiles/activerecord_3_0.gemfile
  - gemfiles/activerecord_3_1.gemfile
  - gemfiles/activerecord_3_2.gemfile
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'
notifications:
  email:
    recipients:
      jmazzi@gmail.com
    on_success: never
    on_failure: always
rvm:
  - 1.9.2
  - 1.9.3

jdk:
  - openjdk7

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
crypt_keeper_providers-0.5.2 .travis.yml
crypt_keeper_providers-0.5.1 .travis.yml
crypt_keeper_providers-0.5.0 .travis.yml
crypt_keeper_providers-0.4.0 .travis.yml
crypt_keeper_providers-0.3.0 .travis.yml