aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-05-02 15:16:56 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-05-02 15:16:56 +0000
commit7f14cfc3148161bed95cb4e3a836a9fd984ed520 (patch)
tree5cad42a25e6b042e7711ac3aed3db2e4d701d1df
parentMerge branch 'new-ci-config-without-global-versions' into new-clippy (diff)
parentAdd note about empty arrays (diff)
downloadminiserve-7f14cfc3148161bed95cb4e3a836a9fd984ed520.tar.gz
miniserve-7f14cfc3148161bed95cb4e3a836a9fd984ed520.zip
Merge remote-tracking branch 'mainrepo/master' into new-clippy
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c247f5..fdea92a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: rust
dist: xenial
+# According to https://docs.travis-ci.com/user/customizing-the-build#rows-that-are-allowed-to-fail,
+# these empty arrays are actually required.
rust: []
env: []