Sha256: 20eb30b89a335df0ecb43f44d12a52b74a09b8b63d8e69ca272a25770e9f335a

Contents?: true

Size: 828 Bytes

Versions: 43

Compression:

Stored size: 828 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.0.0

env:
  AUDIODEV=null
  COVERALLS='1'

before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev timidity libsdl-ttf2.0-dev libsdl-sge-dev fonts-horai-umefont fonts-ipafont

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

script:
  - 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

43 entries across 43 versions & 1 rubygems

Version Path
smalruby-editor-0.1.22-x86-mingw32 .travis.yml
smalruby-editor-0.1.22 .travis.yml
smalruby-editor-0.1.21-x86-mingw32 .travis.yml
smalruby-editor-0.1.21 .travis.yml
smalruby-editor-0.1.20-x86-mingw32 .travis.yml
smalruby-editor-0.1.20 .travis.yml
smalruby-editor-0.1.19-x86-mingw32 .travis.yml
smalruby-editor-0.1.19 .travis.yml
smalruby-editor-0.1.18-x86-mingw32 .travis.yml
smalruby-editor-0.1.18 .travis.yml
smalruby-editor-0.1.17-x86-mingw32 .travis.yml
smalruby-editor-0.1.17 .travis.yml
smalruby-editor-0.1.16-x86-mingw32 .travis.yml
smalruby-editor-0.1.16 .travis.yml
smalruby-editor-0.1.15-x86-mingw32 .travis.yml
smalruby-editor-0.1.15 .travis.yml
smalruby-editor-0.1.14-x86-mingw32 .travis.yml
smalruby-editor-0.1.14 .travis.yml
smalruby-editor-0.1.13-x86-mingw32 .travis.yml
smalruby-editor-0.1.13 .travis.yml