mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 03:46:38 -05:00
Add travis yaml
This commit is contained in:
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
|
Loading…
Reference in New Issue
Block a user