diff options
author | rubo77 <github@r.z11.de> | 2018-02-28 17:42:36 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2018-02-28 17:47:40 +0100 |
commit | dab2051d0dda344caccb3c59a4197a2291cd7177 (patch) | |
tree | 426cf0a010750423e18ab7e03c8aea90f5c46a99 /tests | |
parent | fba364580cdc08d39a6c2b60767d7144e0680811 (diff) |
Travis check with master branch
Diffstat (limited to 'tests')
-rwxr-xr-x | 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 91e637f..95c3409 100755 --- a/tests/validate_site.sh +++ b/tests/validate_site.sh @@ -1,7 +1,7 @@ #!/bin/bash # validate_site.sh checks if the site.conf is valid json -GLUON_BRANCH='v2017.1.4' +GLUON_BRANCH='master' P=$(pwd) echo "####### validating $P/site.conf ..." |