Skip to content

Commit 28d4599

Browse files
committed
add travis support
1 parent c422a7d commit 28d4599

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: ruby
2+
script:
3+
- bundle exec jekyll build
4+
notifications:
5+
email:
6+
on_success: never
7+
on_failure: never
8+
branches:
9+
only:
10+
- gh-pages

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'github-pages'

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ permalink: pretty
1010

1111
markdown: maruku
1212
pygments: true
13+
14+
exclude:
15+
- CNAME
16+
- config.json
17+
- Gemfile
18+
- LICENSE
19+
- README.md

0 commit comments

Comments
 (0)