diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2019-10-07 09:55:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 09:55:50 +0200 |
commit | 027a2fa61a6044b2e967b29195312e4d98a96078 (patch) | |
tree | d6ffd754b83687e45db23522aa8273218071732e /.travis.yml | |
parent | cfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a (diff) | |
parent | 25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06 (diff) | |
download | ansible-kong-app-027a2fa61a6044b2e967b29195312e4d98a96078.tar.gz ansible-kong-app-027a2fa61a6044b2e967b29195312e4d98a96078.tar.zst ansible-kong-app-027a2fa61a6044b2e967b29195312e4d98a96078.zip |
Merge pull request #17 from clementd-fretlink/polykindsv0.20
upgrade dhall to 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 029c1a9..7bf8ed8 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,7 +7,7 @@ sudo: false | |||
7 | install: | 7 | install: |
8 | # Install ansible | 8 | # Install ansible |
9 | - nix-env -i python2.7-ansible python2.7-ansible-lint | 9 | - nix-env -i python2.7-ansible python2.7-ansible-lint |
10 | - nix-env -if ./dhall-1.21.0.nix | 10 | - nix-env -if ./dhall-1.26.1.nix |
11 | 11 | ||
12 | # Check ansible version | 12 | # Check ansible version |
13 | - ansible --version | 13 | - ansible --version |