diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-10-25 14:48:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 14:48:00 +0200 |
commit | e2895c0c8c400094999840bc98753df82446db4a (patch) | |
tree | 35afd0b52ef4d50c5d2c47e1b6efeaa983da171e | |
parent | c0c4a036f26afa4a0b28e623c2a529b38701aab8 (diff) | |
parent | 0bdfdca1e6a08d7af67bb9218cea514f9c7e91b8 (diff) | |
download | ansible-kong-app-e2895c0c8c400094999840bc98753df82446db4a.tar.gz ansible-kong-app-e2895c0c8c400094999840bc98753df82446db4a.tar.zst ansible-kong-app-e2895c0c8c400094999840bc98753df82446db4a.zip |
Merge pull request #26 from gaetanfl/bump_nix_version_cert_error
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 6c36f0a..8dee9bd 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 | ||