[travis] run test_all_confs on cron job

This commit is contained in:
Felix Ruess
2017-03-09 12:14:54 +01:00
committed by GitHub
parent 409ae11f6a
commit fe957c7a7a
+1 -1
View File
@@ -12,7 +12,7 @@ install:
- sudo apt-get install -y --force-yes paparazzi-dev paparazzi-jsbsim gcc-arm-embedded libipc-run-perl cmake
script:
- arm-none-eabi-gcc --version
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make test; fi
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then make test_all_confs; else make test; fi; fi
env:
global: