mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Allow use of script/cibuild outside Travis. [ci skip]
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
#! /bin/bash
|
||||
|
||||
script/branding
|
||||
script/$TEST_SUITE
|
||||
|
||||
set -e
|
||||
|
||||
if test -z "$TEST_SUITE"; then
|
||||
script/test
|
||||
script/cucumber
|
||||
else
|
||||
script/$TEST_SUITE
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user