Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
No need to export $outs It actually hid the error code
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
1 changed files, 1 additions(+), 1 deletions(-)
M .travis.yml -> .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 8bd74bc390de08238a29cb2c5b11d510df24af44..5a2a750da7108d1f825105610ae11212d9003aa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@  - if [ -n "${CACHIX_CACHE}" ]; then nix-env -if https://github.com/cachix/cachix/tarball/master --substituters https://cachix.cachix.org --trusted-public-keys cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=; fi
  - if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
 
 script:
- - export outs=$(nix-build non-broken.nix)
+ - outs=$(nix-build non-broken.nix)
  - echo Produced $outs
 
 after_success: