From 4c9962dd07f4249fa013dcafc3bc6ae9c8d12742 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Tue, 8 Dec 2020 11:28:45 +0100 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e42204f..31c3ecf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: nix nix: 2.3.4 env: - - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.03 + - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.09 # Travis nix integration will install nix AFTER the environment variables are set # and the nix installer will overide NIX_PATH variable thus we need to re-export it -- cgit v1.2.3