From d9073f3791bcabfb9db951c0e68cbcf1e416c131 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 30 Jul 2019 19:02:51 +0200 Subject: [PATCH] Revert testing change. [ci skip] Revert "Test a nightly build." This reverts commit fdf5e96747659ea89bee2752dd0fffb6a3a7b98a. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2256623f1..e2ccc901fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ branches: env: global: - - TRAVIS_EVENT_TYPE=cron - IS_NIGHTLY_BUILD=$([ "${TRAVIS_EVENT_TYPE}" = "cron" ] && echo "yes" || echo "no") # NOTE: We only enable coverage for master builds and not pull requests # since it has huge performance overhead (tests are 50% or so slower)