From 225976c1e7f525789b2f5129f5906f04ce788929 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Sat, 23 Feb 2013 04:24:28 -0500 Subject: [PATCH] Quiet down the pre installation commands --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e803cf0f..66b6e58d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - "3.3" # - "pypy" # Travis only has PyPy 1.9, cffi requires 2.0 (Unreleased) install: - - sudo apt-get install python-pip - - sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git + - sudo apt-get -q install python-pip + - sudo /usr/bin/pip -q install git+git://github.com/pyinvoke/invoke.git - invoke install-nacl --library=$NACL - invoke install --dev script: -- GitLab