aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-05-02 13:34:51 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-05-02 13:34:51 +0000
commit67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0 (patch)
tree6a85a1ec6b78e6904a9f6a465583b00cac8b1008
parentMove 'rust: {stable,beta}' to 'matrix.includes' (diff)
downloadminiserve-67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0.tar.gz
miniserve-67cf475f8cab71fe4d42fba1e0d59121e1e8ffe0.zip
Explicitly specify empty env
-rw-r--r--.travis.yml5
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