- Get errors for Jekyll builds

This commit is contained in:
Brett Zamir
2020-01-06 18:13:39 +08:00
parent 0f3eb27366
commit 583e2ba7d1
2 changed files with 6 additions and 0 deletions

4
.travis.yml Normal file
View File

@@ -0,0 +1,4 @@
language: ruby
rvm:
- 2.3
script: "bundle exec jekyll build"

2
Gemfile Normal file
View File

@@ -0,0 +1,2 @@
source `https:/rubygems.org`
gem `github-pages`