travis build: Make curl silent (but report errors)
This commit is contained in:
parent
5e6b9c47a5
commit
9fc5cc6576
|
@ -1,6 +1,8 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
export NIX_CURL_FLAGS=-sS
|
||||||
|
|
||||||
# Install Nix
|
# Install Nix
|
||||||
bash <(curl https://nixos.org/nix/install)
|
bash <(curl https://nixos.org/nix/install)
|
||||||
source $HOME/.nix-profile/etc/profile.d/nix.sh
|
source $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
Loading…
Reference in New Issue