Vmeda.Online/scripts/ci.sh

9 lines
143 B
Bash

#!/bin/bash
if [ $TRAVIS_EVENT_TYPE == 'cron' ] ; then
# Tests scripts.
echo 'CRON NOT IMPLEMENTED YET'
else
./scripts/aot.sh
fi