diff --git a/test/travis-ci b/test/validate similarity index 82% rename from test/travis-ci rename to test/validate index fc11b34..dd57e27 100755 --- a/test/travis-ci +++ b/test/validate @@ -5,8 +5,8 @@ msg() { echo -e "\e[1;32m$*\e[0m" } -gem install html-proofer -msg Success: Installed html-proofer +find . -name \*.yml -print0 | xargs -0 yamllint -s +msg Success: yamllint passed jekyll build -t --config _config.yml,_dev.yml msg Success: Built jekyll site