Sha256: 6ed44e2517638ddf18273c15556e7fba313bb16e7b6ddc3713e940ffe690600e

Contents?: true

Size: 463 Bytes

Versions: 3

Compression:

Stored size: 463 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
branches:
  only:
    - master
    - develop
    - feature/travis
notifications:
  email: false
deploy:
  provider: heroku
  api_key:
    secure: KNrZiAeHZ0ZX2QtRKYsgPeY9f+LGHw8AJOnKkQJ2/rJi7r4sWqFFkvqq6Kr9KzzjMwf+rtYyaRoF0e6iBEiETlBTpLD7HRKqNpL9EHMiWf1xYBt3C89MyOdyvP46lGp6Z8Bkc8HfYiPTkFc20XatIv/qH6qlMWSpBTyPg1DIQTw=
  app: ponytail
  on:
    repo: sinsoku/ponytail
    branch: develop
  run:
    - "rake db:migrate"
    - restart

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ponytail-0.6.0 .travis.yml
ponytail-0.5.0 .travis.yml
ponytail-0.4.0 .travis.yml