Try to build with all compilers, to see which one is the oldest compatible
This commit is contained in:
parent
d33ea27698
commit
b4378661c7
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,6 +1,17 @@
|
|||
sudo: false
|
||||
language: rust
|
||||
rust:
|
||||
- 1.0.0
|
||||
- 1.1.0
|
||||
- 1.2.0
|
||||
- 1.3.0
|
||||
- 1.4.0
|
||||
- 1.5.0
|
||||
- 1.6.0
|
||||
- 1.7.0
|
||||
- 1.8.0
|
||||
- 1.9.0
|
||||
- 0.10.0
|
||||
- 1.11.0
|
||||
- 1.12.1
|
||||
- beta
|
||||
|
|
Loading…
Reference in a new issue