mirror of
https://github.com/nushell/nushell.git
synced 2025-04-27 14:48:21 +02:00
Remove (unneeded?) parts of the pipelines config
This commit is contained in:
parent
00c240a15e
commit
b3586eb9bf
@ -10,18 +10,12 @@ strategy:
|
|||||||
linux-nightly:
|
linux-nightly:
|
||||||
image: ubuntu-16.04
|
image: ubuntu-16.04
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: linux-x86_64
|
|
||||||
macos-nightly:
|
macos-nightly:
|
||||||
image: macos-10.13
|
image: macos-10.13
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: osx-x86_64
|
|
||||||
windows-nightly:
|
windows-nightly:
|
||||||
image: vs2017-win2016
|
image: vs2017-win2016
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: win64
|
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(image)
|
vmImage: $(image)
|
||||||
|
Loading…
Reference in New Issue
Block a user