CI: Travis: env: global: add note what Nix channel by default is in use

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:18:13 +03:00
parent 106c3b39ed
commit 04e770ca36
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ env:
global:
# NOTE: This is secure CACHIX_SIGNING_KEY=val
- secure: "dm6I+M4+V+C7QMTpcSADdKPE633SvmToXZrTbZ7miNDGmMN+/SfHeN2ybi1+PW6oViMlbPN/7J/aEfiGjSJI8vLk72Y4uCWGmpSb8TXZLu6+whnxtZzzW8+z4tsM4048QJg7CF3N/25U8thRFgs3DqUub1Sf3nG9LrNWdz6ZcDQ="
# NOTE: Nix by default uses nixpkgs-unstable channel
# NOTE: Enable all our tests in cabal
- ALL_TESTS=yes