diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2019-10-07 09:55:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 09:55:09 +0200 |
commit | 78c6d0494b38f752ffd5ce6faf7bf00b0b2a11c9 (patch) | |
tree | 9f1e54602403fa90be42b475f722400142b434b4 /.travis.yml | |
parent | 3290aaf7f973cf3c64219d029538f53f1d82da94 (diff) | |
parent | 2acb3d4f7a61f0a6d932624ccf11cd14d5dc1ff8 (diff) | |
download | ansible-clever-78c6d0494b38f752ffd5ce6faf7bf00b0b2a11c9.tar.gz ansible-clever-78c6d0494b38f752ffd5ce6faf7bf00b0b2a11c9.tar.zst ansible-clever-78c6d0494b38f752ffd5ce6faf7bf00b0b2a11c9.zip |
Merge pull request #54 from clementd-fretlink/polykindsv2.0
Migrate to dhall 1.26.1 and merge types and terms
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 | ||
6 | install: | 6 | install: |
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 |