diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2019-11-26 17:49:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 17:49:49 +0100 |
commit | 2c2678f3be52d0e4cdba297649d3357e74f3fa82 (patch) | |
tree | 1d3b21a25927d79b8fb2fe5bbfe78b410a408f5e | |
parent | 417bbfa3343e6116cf240db82b718117b3500abc (diff) | |
parent | df5fbccecea56d40f97f2c23d913bf911c453087 (diff) | |
download | ansible-clever-2c2678f3be52d0e4cdba297649d3357e74f3fa82.tar.gz ansible-clever-2c2678f3be52d0e4cdba297649d3357e74f3fa82.tar.zst ansible-clever-2c2678f3be52d0e4cdba297649d3357e74f3fa82.zip |
Merge pull request #58 from paulrbr-fl/fix-ci
ci: fix nix version and nix channel version
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4f5d09c..22e80b3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,10 +1,12 @@ | |||
1 | --- | 1 | --- |
2 | language: nix | ||
3 | |||
4 | sudo: false | 2 | sudo: false |
3 | language: nix | ||
4 | nix: 2.2.1 | ||
5 | env: | ||
6 | - NIX_PATH=nixpkgs=channel:nixos-19.09 | ||
5 | 7 | ||
6 | install: | 8 | install: |
7 | - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0 | 9 | - nix-env -iA pkgs.python37Packages.ansible-lint pkgs.python37Packages.ansible pkgs.shellcheck -f '<nixpkgs>' |
8 | - nix-env -if ./dhall-1.26.1.nix | 10 | - nix-env -if ./dhall-1.26.1.nix |
9 | 11 | ||
10 | # Check ansible version | 12 | # Check ansible version |