CI: Travis: env: global: add presetup for chennel switching and its explanation

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

View File

@ -32,6 +32,18 @@ env:
# 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: Setup for Nixpkgs revision
# `rev` vals in order of freshness -> cache & stability (branch causes differ):
# { master
# , commitHash
# , haskell-updates
# , nixpkgs-unstable
# , nixos-unstable
# , nixos-20.03
# }
# - rev=nixos-unstable
# # NOTE: Switching into Nixpkgs revision
# - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"
# NOTE: Enable all our tests in cabal
- ALL_TESTS=yes