Browse Source

travis: set cron env var

mission-4.1.18
Francisco Ferreira 9 years ago committed by Lucas De Marchi
parent
commit
abddef9784
  1. 1
      .travis.yml

1
.travis.yml

@ -39,6 +39,7 @@ cache: @@ -39,6 +39,7 @@ cache:
before_install:
- Tools/scripts/configure-ci.sh
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then export CI_CRON_JOB=1 ; fi
script:
- python Tools/autotest/param_metadata/param_parse.py

Loading…
Cancel
Save