CI: Travis: env: global: add: setting: Nixpkgs package name (for sh complition)

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:19:57 +03:00
parent ec23bf7db5
commit b0083c1d63
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -46,6 +46,8 @@ env:
# - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"
# NOTE: Project/binary name
- name=hnix
# NOTE: Used in the `generateOptparseApplicativeCompletions = true`
- pkgName='haskellPackages.hnix'
# NOTE: Enable all our tests in cabal
- ALL_TESTS=yes