aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2019-11-26 17:49:49 +0100
committerGitHub <noreply@github.com>2019-11-26 17:49:49 +0100
commit2c2678f3be52d0e4cdba297649d3357e74f3fa82 (patch)
tree1d3b21a25927d79b8fb2fe5bbfe78b410a408f5e
parent417bbfa3343e6116cf240db82b718117b3500abc (diff)
parentdf5fbccecea56d40f97f2c23d913bf911c453087 (diff)
downloadansible-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.yml8
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---
2language: nix
3
4sudo: false 2sudo: false
3language: nix
4nix: 2.2.1
5env:
6 - NIX_PATH=nixpkgs=channel:nixos-19.09
5 7
6install: 8install:
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