Rodolphe Breard
|
1e70b48a7f
|
Update the Travis CI configuration
|
4 years ago |
Rodolphe Breard
|
c8c4c7c919
|
Require Rust 1.40
The base64 does not compile on Rust 1.39 anymore.
https://travis-ci.org/github/breard-r/acmed/builds/700636061
|
4 years ago |
Rodolphe Breard
|
21a133a778
|
Fix the Travis-CI configuration
|
4 years ago |
Rodolphe Breard
|
3c3dbc3c6c
|
Update the minimal Rust version
ACMEd can no longer compile on Rust 1.28 and lower because of the
`ucd-trie` dependency.
|
4 years ago |
Rodolphe Bréard
|
2cec2e1594
|
Update the travis-ci configuration
|
5 years ago |
Rodolphe Breard
|
6d28742632
|
Add Rust 1.41.1 to the tests since 1.42.0 has been released
|
5 years ago |
Rodolphe Breard
|
d373f1fdbb
|
Update the nix dependency
|
5 years ago |
Rodolphe Breard
|
0d9d5ba1aa
|
Update the Travis CI configuration
The `matrix` key is being deprecated in favor of `jobs`.
https://blog.travis-ci.com/2019-10-24-build-config-validation
|
5 years ago |
Rodolphe Breard
|
49dd62581d
|
Update the minimal Rust version
|
5 years ago |
Danilo Bargen
|
3d87c90b16
|
CI: Add cargo-audit step
|
5 years ago |
Rodolphe Breard
|
78575975fb
|
Add new rust versions to the tests
|
5 years ago |
Rodolphe Breard
|
d1a4f3b143
|
Add rust 1.34.2 to the travis-ci tests
|
6 years ago |
Rodolphe Breard
|
d71f4ff405
|
Add tests for rustc 1.33.0
|
6 years ago |
Rodolphe Breard
|
261e0e50fd
|
Change the Ubuntu distribution for Travis CI
By default, Travis CI builds and run the tests on Ubuntu 14.04 LTS
(Trusty Tahr), which has OpenSSL 1.0.1f. Unfortunately, This version of
OpenSSL does not support TLS-ALPN, which has been added in 1.0.2. In
order for the tests to run, it is required to upgrade at least to Ubuntu
16.04 LTS (Xenial Xerus).
https://docs.travis-ci.com/user/reference/overview/
https://docs.travis-ci.com/user/reference/xenial/
https://packages.ubuntu.com/xenial/openssl
|
6 years ago |
Rodolphe Breard
|
11255d4275
|
Update the minimal rustc version
|
6 years ago |
Rodolphe Breard
|
37d390eea4
|
Add a travis-ci integration script
|
6 years ago |