This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
- stable
4
4
- beta
5
5
- nightly
6
- # Oldest supported version.
6
+ # Oldest supported version for all features .
7
7
# Use of https://github.com/rust-lang/rfcs/pull/16
8
8
- 1.13.0
9
+ # Oldest supported version as dependency, with no features, tests, or examples.
10
+ - 1.10.0
9
11
10
12
sudo : false
11
13
cache : cargo
@@ -22,8 +24,9 @@ before_script:
22
24
export PATH=$HOME/.local/bin:$PATH
23
25
24
26
script :
25
- - cargo build --verbose $FEATURES
26
- - cargo test --verbose $FEATURES
27
+ - travis-cargo --skip 1.10.0 build -- $FEATURES
28
+ - travis-cargo --skip 1.10.0 test -- $FEATURES
29
+ - travis-cargo --only 1.10.0 build -- --no-default-features
27
30
28
31
after_success :
29
32
- travis-cargo --only stable doc
@@ -32,6 +35,7 @@ after_success:
32
35
env :
33
36
global :
34
37
- secure : ncxJbvJM1vCZfcEftjsFKJMxxhKLgWKaR8Go9AMo0VB5fB2XVW/6NYO5bQEEYpOf1Nc/+2FbI2+Dkz0S/mJpUcNSfBgablCHgwU2sHse7KsoaqfHj2mf1E3exjzSHoP96hPGicC5zAjSXFjCgJPOUSGqqRaJ7z5AsJLhJT6LuK7QpvwPBZzklUN8T+n1sVmws8TNmRIbaniq/q6wYHANHcy6Dl59dx4sKwniUGiZdUhCiddVpoxbECSxc0A8mN2pk7/aW+WGxK3goBs5ZF7+JXF318F62pDcXQmR5CX6WdpenIcJ25g1Vg1WhQ4Ifpe17CN0bfxV8ShuzrQUThCDMffZCo9XySBtODdEowwK1UIpjnFLfIxjOs45Cd8o3tM2j0CfvtnjOz6BCdUU0qiwNPPNx0wFkx3ZiOfSh+FhBhvyPM12HN2tdN0esgVBItFmEci+sSIIXqjVL6DNiu5zTjbu0bs6COwlUWdmL6vmsZtq5tl7Cno9+C3szxRVAkShGydd04l9NYjqNEzTa1EPG50OsnVRKGdRiFzSxhc3BWExNKvcQ4v867t6/PpPkW6s4oXmYI3+De+8O7ExWc6a4alcrDXKlMs5fCb5Pcd4Ju9kowcjkoJo5yf2wW3Ox5R8SJpaEEpvyhx5O/qtIxjhHNzeo8Wsr/6gdNDv20r91TI=
38
+ - TRAVIS_CARGO_NIGHTLY_FEATURE=""
35
39
matrix :
36
40
- FEATURES=--features=backtrace
37
41
- FEATURES=--no-default-features
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ to error-chain.
28
28
Please view the beginning of the [ Travis configuration file] ( .travis.yml )
29
29
to see the oldest supported Rust version.
30
30
31
+ Note that ` error-chain ` supports older versions of Rust when built with
32
+ ` default-features = false ` .
33
+
31
34
## License
32
35
33
36
MIT/Apache-2.0
You can’t perform that action at this time.
0 commit comments