CI: .travis.yml: reduce not used pkgName

getOptParseApplicativeComplettions does not need it

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-23 19:01:06 +03:00
parent 51e5b65ca2
commit f3e32b1aca
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ 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'
# NOTE: Turn all warn into err with {-Wall,-Werror}