From e42e15bf554c42dc86d373e51e720f9a700b1ea4 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sun, 21 Jul 2019 12:34:03 -0500 Subject: [PATCH] Remove latest job type from Travis There is no difference between our Test and Latest jobs in Travis - we should run the CRON job only --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fc5856b9..0b1b1a426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,12 +38,6 @@ install: - before_script: - "${PULUMI_SCRIPTS}/ci/ensure-dependencies" -jobs: - include: - - script: make travis_${TRAVIS_EVENT_TYPE} - - stage: latest - if: type = cron - script: "${GOPATH}/src/github.com/pulumi/scripts/ci/run-at-head" after_failure: - "${PULUMI_SCRIPTS}/ci/upload-failed-tests" notifications: