Sha256: 4b4f650e10852bef5b5058a5f3a4e490f84af01842f3337e2086b108a0203cd2

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

language: ruby
cache: bundler
bundler_args: "--without production --retry 3"
rvm:
# - 1.9.3
- 2.0
- 2.2
- ruby-head
# - jruby-19mode
# - jruby-head
env:
- DB=sqlite
- DB=mysql
before_install:
- cp config/database.yml.$DB config/database.yml
- gem update bundler
before_script:
- bundle exec rake db:drop RAILS_ENV=test
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate RAILS_ENV=test
branches:
  only:
  - master
notifications:
  email:
  - iqvoc@innoq.com
deploy:
  provider: rubygems
  api_key:
    secure: DWoVQrrNYVXZGkeyOxEBrxq7Y4BQSUIUArbVQmnZlbInkt+Ia99uzT9CjSyXF880cKQ/vDKIV25BthlwHv3FFgn32Si0feQ4mI5dk3zHBEkH7Z3CYAoITzuLq5pWR87Qkv4Tv4zTJ6KYo4HkbjwMUrupmTth1kQvON5EFje3jdo=
  gem: iqvoc_inflectionals
  on:
    tags: true
    repo: innoq/iqvoc_inflectionals

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.8.0 .travis.yml