diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-05-02 15:07:03 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-05-02 15:07:03 +0000 |
commit | a8f6b64ab9f22d30b2936807379a3d7a04ee1de0 (patch) | |
tree | d63efb80b1d784e7fa6f9f2fa1eb8b51448f7f36 | |
parent | Merge pull request #98 from KSXGitHub/new-ci-config-without-global-versions (diff) | |
download | miniserve-a8f6b64ab9f22d30b2936807379a3d7a04ee1de0.tar.gz miniserve-a8f6b64ab9f22d30b2936807379a3d7a04ee1de0.zip |
Add note about empty arrays
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b3eb85b..c1bf8f9 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: [] |