mirror of
https://github.com/bspeice/qadapt
synced 2024-11-21 21:38:10 -05:00
Add testing in stable/beta branches
This commit is contained in:
parent
6df30473da
commit
1832cfb389
11
.travis.yml
11
.travis.yml
@ -23,11 +23,16 @@ matrix:
|
|||||||
# Uniquely identifies the build that uploads to crates.io
|
# Uniquely identifies the build that uploads to crates.io
|
||||||
- env: CRATESIO=TRUE
|
- env: CRATESIO=TRUE
|
||||||
rust: nightly
|
rust: nightly
|
||||||
- rust: nightly
|
- rust: 1.31.0
|
||||||
# To build against specific Rust versions, include an item like the following:
|
|
||||||
# - rust: 1.30.0
|
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
os: osx
|
os: osx
|
||||||
|
- rust: stable
|
||||||
|
os: osx
|
||||||
|
- rust: beta
|
||||||
|
os: osx
|
||||||
|
- rust: nightly
|
||||||
|
- rust: stable
|
||||||
|
- rust: beta
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set -e
|
- set -e
|
||||||
|
@ -11,6 +11,10 @@ environment:
|
|||||||
# RUST_VERSION: nightly
|
# RUST_VERSION: nightly
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
RUST_VERSION: nightly
|
RUST_VERSION: nightly
|
||||||
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
|
RUST_VERSION: stable
|
||||||
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
|
RUST_VERSION: beta
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user