diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-12-08 11:28:45 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-12-08 11:34:17 +0100 |
commit | 4c9962dd07f4249fa013dcafc3bc6ae9c8d12742 (patch) | |
tree | 1d6bc1899aa8749abf2cfac21c2fe590294950d9 /.travis.yml | |
parent | 117a573db72d925da7161fb9ee340800581ec673 (diff) | |
download | ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.gz ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.zst ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.zip |
dhall: upgrade minimum compatible Dhall version to at least 1.29.0
This commit also upgrades the nix channel used in the CI to be able to
test with Dhall v1.34.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e42204f..31c3ecf 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -2,7 +2,7 @@ | |||
2 | language: nix | 2 | language: nix |
3 | nix: 2.3.4 | 3 | nix: 2.3.4 |
4 | env: | 4 | env: |
5 | - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.03 | 5 | - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.09 |
6 | 6 | ||
7 | # Travis nix integration will install nix AFTER the environment variables are set | 7 | # Travis nix integration will install nix AFTER the environment variables are set |
8 | # and the nix installer will overide NIX_PATH variable thus we need to re-export it | 8 | # and the nix installer will overide NIX_PATH variable thus we need to re-export it |