diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2019-09-06 11:16:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 11:16:58 +0200 |
commit | 3290aaf7f973cf3c64219d029538f53f1d82da94 (patch) | |
tree | b1708bf20cfed3e392696469fde0d98971394eb1 /.travis.yml | |
parent | 51ceebba75707c19d20d0f6ad4515259fed7ca99 (diff) | |
parent | f24fb372bd6448f4e9e918a5ccace0d40f1770b8 (diff) | |
download | ansible-clever-3290aaf7f973cf3c64219d029538f53f1d82da94.tar.gz ansible-clever-3290aaf7f973cf3c64219d029538f53f1d82da94.tar.zst ansible-clever-3290aaf7f973cf3c64219d029538f53f1d82da94.zip |
Merge pull request #53 from paulrbr-fl/moar-compatv1.26
scripts: use short options instead of long ones
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 36019b8..3004369 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -4,7 +4,7 @@ language: nix | |||
4 | sudo: false | 4 | sudo: false |
5 | 5 | ||
6 | install: | 6 | install: |
7 | - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.6.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.21.0.nix |
9 | 9 | ||
10 | # Check ansible version | 10 | # Check ansible version |