Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Cut back on Travis testing since windows always times out
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 25, 2018
1 parent dc15cde commit 451f352
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ env:
# Our build takes too long for one job, so split targets across multiple jobs
matrix:
- TARGET=x86_64-linux-gnu
- TARGET=i686-linux-gnu
- TARGET=aarch64-linux-gnu
- TARGET=arm-linux-gnueabihf
- TARGET=powerpc64le-linux-gnu
- TARGET=x86_64-apple-darwin14
- TARGET=x86_64-w64-mingw32
- TARGET=i686-w64-mingw32

# Windows times out, even with sharding. Since we have to upload one, might as well upload
# them all, so to avoid wasting CI time, we just disable most of these, leaving only
# enough to make sure we aren't breaking something obvious when we push.

# - TARGET=i686-linux-gnu
# - TARGET=arm-linux-gnueabihf
# - TARGET=powerpc64le-linux-gnu
# - TARGET=x86_64-w64-mingw32
# - TARGET=i686-w64-mingw32
sudo: required

jobs:
Expand Down

0 comments on commit 451f352

Please sign in to comment.