Skip to content

Commit b352932

Browse files
committed
Adding Travis CI config.
1 parent 4185e21 commit b352932

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: ruby
2+
before_install:
3+
- gem install bundler
4+
rvm:
5+
- 1.9.3
6+
script: jekyll build
7+
notifications:
8+
email:
9+
on_success: never
10+
on_failure: never

0 commit comments

Comments
 (0)