aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2020-08-13 16:01:49 +0200
committerPaul Bonaud <paul.bonaud@fretlink.com>2020-08-13 16:32:20 +0200
commitd8c5e33f6015e3f17aaf5fd290b1834e6e6c1049 (patch)
tree034b7aabaecd61229985c3346a75e4496f89743e /.travis.yml
parent25250c8c24a3c0b32c92eee5552ad7156115f03c (diff)
downloadansible-kong-app-d8c5e33f6015e3f17aaf5fd290b1834e6e6c1049.tar.gz
ansible-kong-app-d8c5e33f6015e3f17aaf5fd290b1834e6e6c1049.tar.zst
ansible-kong-app-d8c5e33f6015e3f17aaf5fd290b1834e6e6c1049.zip
dhall: BREAKING CHANGE update dhall config for 1.33+ compatibility
Since dhall 1.33.0 lang version the `Optional/fold` function is removed from the language and can be replaced by the usage of the `merge` function which now works on Optional values 🎉 since 1.29 https://github.com/dhall-lang/dhall-haskell/pull/1608 This new code is thus not compatible with versions of dhall <1.29.0 (due to the new feature of the `merge` fonction).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14ab868..99c10c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ install:
14 14
15 # Install ansible 15 # Install ansible
16 - nix-env -i python3 ansible ansible-lint 16 - nix-env -i python3 ansible ansible-lint
17 - nix-env -if ./dhall-1.26.1.nix 17 - nix-env -if ./dhall-1.34.0.nix
18 18
19 # Check ansible version 19 # Check ansible version
20 - ansible --version 20 - ansible --version