diff options
author | rubo77 <github@r.z11.de> | 2017-07-11 00:21:19 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2017-07-11 00:21:19 +0200 |
commit | 281f55ec382d34b2047152b2567d33227f7df974 (patch) | |
tree | 2f9bed4edce53c33e1e268f27f66bf557ad90f81 /tests | |
parent | 5f625f7914d40e01720f755e38227c5be7a8f444 (diff) |
travis: check validity of make-release.sh
Diffstat (limited to 'tests')
-rw-r--r-- | tests/validate_site.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validate_site.sh b/tests/validate_site.sh index 34a4a3f..71352c8 100644 --- a/tests/validate_site.sh +++ b/tests/validate_site.sh @@ -3,4 +3,4 @@ # validate_site.sh checks if the site.conf is valid json GLUON_SITEDIR="." lua5.1 tests/site_config.lua - +bash -n make-release.sh |