Add testing in stable/beta branches

pull/1/head
Bradlee Speice 2018-12-06 23:16:35 -05:00
rodič 6df30473da
revize 1832cfb389
2 změnil soubory, kde provedl 12 přidání a 3 odebrání

Zobrazit soubor

@ -23,11 +23,16 @@ matrix:
# Uniquely identifies the build that uploads to crates.io
- env: CRATESIO=TRUE
rust: nightly
- rust: nightly
# To build against specific Rust versions, include an item like the following:
# - rust: 1.30.0
- rust: 1.31.0
- rust: nightly
os: osx
- rust: stable
os: osx
- rust: beta
os: osx
- rust: nightly
- rust: stable
- rust: beta
before_install:
- set -e

Zobrazit soubor

@ -11,6 +11,10 @@ environment:
# RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: stable
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: beta
install:
- ps: >-