Skip to content

Commit 21ad633

Browse files
authored
Merge pull request #216 from gracinet/travis-rust-stable
Travis CI: also testing on Rust stable
2 parents e214b48 + ef7037e commit 21ad633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ python:
88
- "3.8"
99
env:
1010
- RUST_VERSION=1.32.0
11+
- RUST_VERSION=stable
1112
- RUST_VERSION=nightly
1213
matrix:
1314
include:
1415
- os: osx
1516
language: generic
1617
env: RUST_VERSION=1.32.0
18+
- os: osx
19+
language: generic
20+
env: RUST_VERSION=stable
1721
- os: osx
1822
language: generic
1923
env: RUST_VERSION=nightly

0 commit comments

Comments
 (0)