diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f140cc6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: ruby + +rvm: + - 2.5.0 + +script: bundle exec jekyll build + +install: bundle install + +notifications: + email: false