Skip to content

Commit

Permalink
Add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Dec 14, 2015
1 parent 04ef684 commit 3cdffec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: ruby
sudo: false
rvm:
- 2.2.3
script:
- echo 1
deploy:
provider: script
script: bundle exec rake release
on:
branch: korean
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ruby-korea.github.io/bundler-site
[![Build Status](https://travis-ci.org/ruby-korea/bundler-site.svg?branch=korean)](https://travis-ci.org/ruby-korea/bundler-site)
ruby-korea.github.io/bundler-site is intended to serve as a convenient source for documentation on the [bundler](https://github.com/bundler/bundler) gem.

The site ruby-korea.github.io/bundler-site is a static site generated using [Middleman](http://middlemanapp.com/).
Expand Down

0 comments on commit 3cdffec

Please sign in to comment.