Files
jef-sachsen.de/script/cibuild
T
Felix Förtsch d6b699856b add travis.yml
2018-05-17 14:03:19 +02:00

5 lines
107 B
Bash

#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer ./_site