Add comment referring to travis docs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
934bdf4ce2
commit
7369dc03da
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
|
||||
if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
|
||||
FLAGS=""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue