travis build: Make curl silent (but report errors)

This commit is contained in:
wmertens 2014-10-14 14:31:43 +02:00
parent 5e6b9c47a5
commit 9fc5cc6576

View file

@ -1,6 +1,8 @@
#! /usr/bin/env bash
set -e
export NIX_CURL_FLAGS=-sS
# Install Nix
bash <(curl https://nixos.org/nix/install)
source $HOME/.nix-profile/etc/profile.d/nix.sh