mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 06:42:12 +03:00
make windows first-class in CI
Now that we have it running build and test, let's keep it green. Let's take the nightly channel off; it does tend to fail and I don't care particularly about it, and there's no need to take up CI resources for it.
This commit is contained in:
parent
67a57f12af
commit
c880894055
@ -6,7 +6,6 @@ cache: cargo
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
os:
|
||||
- osx
|
||||
@ -18,8 +17,6 @@ dist: xenial
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
- os: windows
|
||||
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
|
Loading…
Reference in New Issue
Block a user