diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:16:56 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:16:56 +0000 |
commit | 7f14cfc3148161bed95cb4e3a836a9fd984ed520 (patch) | |
tree | 5cad42a25e6b042e7711ac3aed3db2e4d701d1df | |
parent | Merge branch 'new-ci-config-without-global-versions' into new-clippy (diff) | |
parent | Add note about empty arrays (diff) | |
download | miniserve-7f14cfc3148161bed95cb4e3a836a9fd984ed520.tar.gz miniserve-7f14cfc3148161bed95cb4e3a836a9fd984ed520.zip |
Merge remote-tracking branch 'mainrepo/master' into new-clippy
-rw-r--r-- | .travis.yml | 2 |
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: [] |