1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-11 10:20:51 +00:00

Add travis yaml

This commit is contained in:
Patrick Marsceill 2018-10-25 10:48:35 -04:00 committed by GitHub
parent 89f9c5f38c
commit ea61589b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: ruby
rvm:
- 2.3.0
install:
- bundle install
script:
- bundle exec jekyll build