diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-10-25 14:12:24 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-10-25 14:12:24 +0200 |
commit | 4601fd47cd824af71b55b4bac656b72097eb7c41 (patch) | |
tree | 5ae6e6ac0b41a84d62c5a95c94c78d286485194c | |
parent | 9acacc758eb866c88be1cb3d5867efdad1e79428 (diff) | |
download | ansible-clever-4601fd47cd824af71b55b4bac656b72097eb7c41.tar.gz ansible-clever-4601fd47cd824af71b55b4bac656b72097eb7c41.tar.zst ansible-clever-4601fd47cd824af71b55b4bac656b72097eb7c41.zip |
ci(bump): bump nix version to avoid certificate error
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 31c3ecf..c4b3194 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | language: nix | 2 | language: nix |
3 | nix: 2.3.4 | 3 | nix: 2.3.6 |
4 | env: | 4 | env: |
5 | - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.09 | 5 | - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.09 |
6 | 6 | ||