Remove (unneeded?) parts of the pipelines config

This commit is contained in:
Jonathan Turner 2019-06-19 06:57:49 +12:00 committed by GitHub
parent 00c240a15e
commit b3586eb9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,18 +10,12 @@ strategy:
linux-nightly:
image: ubuntu-16.04
toolchain: nightly-$(lkg-rust-nightly)
features: unstable
protobuf-platform: linux-x86_64
macos-nightly:
image: macos-10.13
toolchain: nightly-$(lkg-rust-nightly)
features: unstable
protobuf-platform: osx-x86_64
windows-nightly:
image: vs2017-win2016
toolchain: nightly-$(lkg-rust-nightly)
features: unstable
protobuf-platform: win64
pool:
vmImage: $(image)
@ -39,4 +33,4 @@ steps:
- bash: cargo build
displayName: Build source
- bash: cargo test
displayName: Run tests
displayName: Run tests