mirror of
https://github.com/thangisme/notes.git
synced 2025-11-17 21:11:28 -05:00
Add travis yaml
This commit is contained in:
committed by
GitHub
parent
89f9c5f38c
commit
ea61589b12
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.3.0
|
||||
|
||||
install:
|
||||
- bundle install
|
||||
|
||||
script:
|
||||
- bundle exec jekyll build
|
||||
Reference in New Issue
Block a user