CI: .travis.yml: add description for executableNamesToShellComplete

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-21 00:07:41 +03:00
parent 13ef35156e
commit 4f474cae53
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ env:
# command: name of an executable
# pkg: Haskell package that builds the executables
- generateOptparseApplicativeCompletions='false'
# [ "binary1" "binary2" ] - should pass " quotes into Nix interpreter
- executableNamesToShellComplete='[ "hnix" ]'
# NOTE: Don't fail at configure time if there are multiple versions of the same package in the (recursive) dependencies of the package being built. Will delay failures, if any, to compile time.
- allowInconsistentDependencies='false'