Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Created February 8, 2014 11:04
Show Gist options
  • Save pyar6329/8881987 to your computer and use it in GitHub Desktop.
Save pyar6329/8881987 to your computer and use it in GitHub Desktop.
travis.yml
language: ruby
rvm:
- 2.1.0
script:
- bundle exec rake db:drop db:create db:migrate spec
- bundle exec rake
deploy:
provider: heroku
api_key:
secure: i10FXTWrPu76ocJyUxsJ7ukYUeL7UCGOnTL8uMuxeRSRU24L+xixIAi+CHXxv/MqXRHj8srXM18n4j80QgP1Sv2QNJg8VMCSrOAN8gMMOr9vB2+5PdkA136WvGb+YlfHcdCTfC4RtJrfjLTuXhMl6/9XIaVNrAMZ8obnHH+ca5k=
app: kikansystem01
on:
repo: pyar6329/kikan_system_01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment