diff options
-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: [] |