Skip to content

Commit

Permalink
Travis: Remove minicluster builds (#2141)
Browse files Browse the repository at this point in the history
This is my proposed fix for #2140.

This should greatly speed up results of Travis builds as minicluster tests were the bottleneck.
Moreover, we don't waste the nice Travis people's resources. :)
  • Loading branch information
Tarrasch authored Jul 3, 2017
1 parent 24dfe0f commit 529351d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ env:
- TOXENV=py33-nonhdfs
- TOXENV=py34-nonhdfs
- TOXENV=py27-unixsocket
- TOXENV=py27-cdh
# - TOXENV=py27-cdh
# minicluster (cdh) tests disabled as lack of love, #2140.
# Sometimes it runs too slow for Travis. And sometimes it crashes on downloading cdh
- TOXENV=pypy-scheduler
# - TOXENV=py27-gcloud # At least broken as of https://github.com/spotify/luigi/pull/1917
- TOXENV=py27-postgres
Expand All @@ -38,8 +40,6 @@ matrix:
env: TOXENV=py36-nonhdfs
- python: 3.6
env: TOXENV=py36-unixsocket
- python: 3.6
env: TOXENV=py36-cdh

sudo: false

Expand Down

0 comments on commit 529351d

Please sign in to comment.