diff --git a/.travis.yml b/.travis.yml index 4edec294b..286b3bd8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,9 +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: feature-2.0 - # if: type = cron + - script: "${GOPATH}/src/github.com/pulumi/scripts/ci/run-at-head --version=feature-2.0" + name: feature-2.0 + if: type = cron after_failure: - "${PULUMI_SCRIPTS}/ci/upload-failed-tests" notifications: