diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:34:51 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:34:51 +0000 |
commit | 67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0 (patch) | |
tree | 6a85a1ec6b78e6904a9f6a465583b00cac8b1008 | |
parent | Move 'rust: {stable,beta}' to 'matrix.includes' (diff) | |
download | miniserve-67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0.tar.gz miniserve-67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0.zip |
Explicitly specify empty env
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3d388af..b3eb85b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,16 @@ addons: matrix: allow_failures: - rust: stable + env: [] - rust: beta + env: [] include: - rust: stable + env: [] - rust: beta + env: [] - rust: nightly + env: [] - rust: nightly env: - TARGET=x86_64-unknown-linux-musl |