From 4f474cae53cc5b8b4ad317534a34e19795a94747 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sun, 21 Jun 2020 00:07:41 +0300 Subject: [PATCH] CI: .travis.yml: add description for executableNamesToShellComplete M .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dd2a60f..13382bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'