diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-29T12·06+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-29T12·06+0100 |
commit | 565a00254b94c61e21ca7814324861bbfe5bde5d (patch) | |
tree | 5e270d2465a801c62ab67b51b0997e5c0608b380 | |
parent | f3c66e172cce8c918c0d130073c37ce0dbde4025 (diff) |
fix: Bump Nix in CI setup to 2.2.2
Yants does not seem to work with older versions of Nix and I have not yet figured out why.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0d998d034fb6..f38ce14fe3ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: nix +nix: 2.2.2 script: - nix eval --raw '(import ./tests.nix)' --show-trace |