Hello,
I’m wondering what I’m doing wrong in this .travis.yml file and I can’t make it run from daily cron.
dist: bionic
language: minimal
script:
- echo "Test if cron runs"
if: type(TRAVIS_EVENT_TYPE) = cron
It’s in a public repo https://github.com/icasimpan/travis_test2/blob/cron_only2/.travis.yml
and I followed that from a pattern outlined in Conditional import not working
Initial schedule says it will be run in a short while, see screenshot https://snipboard.io/3CeEnz.jpg
but after a while, it says it ran https://snipboard.io/b4Vjyu.jpg but nothing was built.
Any hints (or PR) is appreciated.
Thanks in advance.