aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2019-10-02 11:02:54 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2019-10-02 11:28:53 +0200
commit2acb3d4f7a61f0a6d932624ccf11cd14d5dc1ff8 (patch)
tree9f1e54602403fa90be42b475f722400142b434b4 /.travis.yml
parent3290aaf7f973cf3c64219d029538f53f1d82da94 (diff)
downloadansible-clever-polykinds.tar.gz
ansible-clever-polykinds.tar.zst
ansible-clever-polykinds.zip
Migrate to dhall 1.26.1 and merge types and termsv2.0-test-clementdpolykinds
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 3004369..4f5d09c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ sudo: false
5 5
6install: 6install:
7 - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0 7 - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0
8 - nix-env -if ./dhall-1.21.0.nix 8 - nix-env -if ./dhall-1.26.1.nix
9 9
10 # Check ansible version 10 # Check ansible version
11 - ansible --version 11 - ansible --version