CI: .travis.yml: rm ALL_TESTS, since it does not work for nix-build

and also just plainly does not passes itself, so it is useless in CI build setup

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-23 20:37:18 +03:00
parent 3d9b0dae01
commit ebc8cb3de5
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:
# - rev=nixos-unstable
# - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"
- project='hnix'
# Enable all our tests in Cabal
- ALL_TESTS='yes'
- allowInconsistentDependencies='false'
- doJailbreak='false'
- doCheck='true'