Skip to content

Commit 3cdffec

Browse files
committed
Add deploy script
1 parent 04ef684 commit 3cdffec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
sudo: false
3+
rvm:
4+
- 2.2.3
5+
script:
6+
- echo 1
7+
deploy:
8+
provider: script
9+
script: bundle exec rake release
10+
on:
11+
branch: korean

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ruby-korea.github.io/bundler-site
2+
[![Build Status](https://travis-ci.org/ruby-korea/bundler-site.svg?branch=korean)](https://travis-ci.org/ruby-korea/bundler-site)
23
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.
34

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

0 commit comments

Comments
 (0)