Sha256: 7cff2b5d9c57da3ad9048f12b931aab3fd201bfc21b6b577dfedaae59a76f620

Contents?: true

Size: 613 Bytes

Versions: 2

Compression:

Stored size: 613 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.0.0

before_script:
  - cp config/database.yml.travis config/database.yml
  - mysql -e 'create database myapp_test;'

script:
  - export COVERALLS='1'
  - RAILS_ENV=test bundle exec rake db:migrate --trace
  - bundle exec rake db:test:prepare
  - bundle exec rake

deploy:
  provider: heroku
  api_key:
    secure: HqZ7FylThjaB3XguCZJbccu7dB8CvWIWFlZpWLLfJwfUkjvoEC1F6VPFakFbwjLXLsvaKlYLakzL+bhaLnxu+HyeNmCrvpIRR2j8EuHmSkxdWrlxAZRV2ojHuDpZuVNaEzd7YtcBCoPiTvqnxWzhAfzZWbPrZfCdA1f+5t5/So0=
  app: smalruby
  on:
    repo: smalruby/smalruby-editor
  run: "rake db:migrate"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smalruby-editor-0.1.0-x86-mingw32 .travis.yml
smalruby-editor-0.1.0 .travis.yml