From 4cfb696a086d1ffd0d2490e282c9e9f40e45ec72 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 28 Jan 2020 14:43:54 -0800 Subject: [PATCH] Add cron leg to test out Pulumi 2.0 (#530) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd8d27539..0ae469483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,9 @@ jobs: - script: "${GOPATH}/src/github.com/pulumi/scripts/ci/run-at-head --no-latest-cli" name: latest-packages if: type = cron + - script: "${GOPATH}/src/github.com/pulumi/scripts/ci/run-at-head --version=feature-2.0" + name: latest-packages + if: type = cron after_failure: - "${PULUMI_SCRIPTS}/ci/upload-failed-tests" notifications: