Skip to content

Commit

Permalink
Merge pull request #2140 from HypothesisWorks/DRMacIver/gut-travis
Browse files Browse the repository at this point in the history
Remove many of our Travis build tasks
  • Loading branch information
DRMacIver committed Oct 16, 2019
2 parents 815fd21 + 3b5a0c5 commit d9d74ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,16 @@ env:

jobs:
include:
# Prechecks that we want to run first.
# Prechecks that we want to run to make sure the deploy is good.
- stage: precheck
env: TASK=check-whole-repo-tests
- env: TASK=lint
- env: TASK=lint-ruby
- env: TASK=check-format
- env: TASK=check-rust-tests

- stage: main
env: TASK=check-coverage
- env: TASK=check-py27
- env: TASK=check-ruby-tests
- env: TASK=check-py36
sudo: required
dist: xenial
- env: TASK=check-ruby-tests
- env: TASK=check-django111
- env: TASK=check-pandas24

- stage: deploy
env: TASK=deploy

Expand All @@ -59,8 +51,7 @@ matrix:

stages:
- precheck
- main
- extras
if: type = push
- name: deploy
if: type = push

Expand Down

0 comments on commit d9d74ee

Please sign in to comment.