Skip to content

Commit

Permalink
Remove latest job type from Travis
Browse files Browse the repository at this point in the history
There is no difference between our Test and Latest jobs in Travis - we should run the CRON job only
  • Loading branch information
stack72 committed Jul 21, 2019
1 parent 4d39cad commit e42e15b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e42e15b

Please sign in to comment.