Vmeda.Online/scripts/ci.sh

9 lines
143 B
Bash
Raw Normal View History

2020-01-13 14:45:53 +00:00
#!/bin/bash
if [ $TRAVIS_EVENT_TYPE == 'cron' ] ; then
# Tests scripts.
echo 'CRON NOT IMPLEMENTED YET'
else
./scripts/aot.sh
fi