Fixed chickie's bug, too. Electronic roaches!

This commit is contained in:
waltje
2018-04-18 00:30:25 -04:00
parent ee7f5949db
commit 9bb6142a7e

View File

@@ -46,7 +46,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Ignore the cron builds.
if [ $TRAVIS_EVENT_TYPE -eq "cron" ]; exit 0; fi
[ $TRAVIS_EVENT_TYPE = "cron" ] && exit 0
[ "x${DEBUG}" = "xy" ] && TARGET=debug
if [ "x${DEV_BUILD}" = "xy" ]; then