Skip to content

Commit

Permalink
Delete Travis jobs migrated github actions (#8258)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta authored Nov 24, 2020
1 parent a944a94 commit a7a7576
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,11 @@ install: skip
env:
global:
- REPORT_FAIL=".travis/shared/report-build-status FAILURE"
- VERIFY_STAGE=".travis/stages/verify"
- DEPLOY_PRERELEASE_STAGE=".travis/stages/deploy/prerelease"
- DEPLOY_PROD_STAGE=".travis/stages/deploy/prod"
jobs:
include:

########################################################################
# Jobs are ordered tests first and then slower jobs before faster ones.

- stage: Verify
name: "Tests: Integration Test"
addons: { postgresql: "10" }
script: [ $VERIFY_STAGE/integration-testing/run || $REPORT_FAIL "integ tests" ]

- stage: Verify
name: "Tests: Smoke Test"
addons: {postgresql: "10"}
script: [ $VERIFY_STAGE/smoke-testing/run || $REPORT_FAIL "smoke tests" ]

########################################################################

- stage: DeployPrerelease
Expand Down

0 comments on commit a7a7576

Please sign in to comment.