Sha256: 539231f2fe90370dfa1216578a9448a8a60aa3ced574238c800675a48ca479e4

Contents?: true

Size: 597 Bytes

Versions: 11

Compression:

Stored size: 597 Bytes

Contents

language: ruby

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

11 entries across 11 versions & 1 rubygems

Version Path
smalruby-editor-0.0.12-x86-mingw32 .travis.yml
smalruby-editor-0.0.12 .travis.yml
smalruby-editor-0.0.11-x86-mingw32 .travis.yml
smalruby-editor-0.0.11 .travis.yml
smalruby-editor-0.0.10-x86-mingw32 .travis.yml
smalruby-editor-0.0.10 .travis.yml
smalruby-editor-0.0.9-x86-mingw32 .travis.yml
smalruby-editor-0.0.9 .travis.yml
smalruby-editor-0.0.8 .travis.yml
smalruby-editor-0.0.8-x86-mingw32 .travis.yml
smalruby-editor-0.0.7 .travis.yml