From 162b886c7e7a8f59aee7f7e58ec7dee338d327d0 Mon Sep 17 00:00:00 2001 From: GDR! Date: Tue, 31 Jan 2017 22:16:12 +0100 Subject: Remove devnull redirect in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7927eed..35b08e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: #creating libraries links and updating cache - sudo ldconfig > /dev/null #installing check, needed for unit tests - - sudo apt-get install check cmake python-jinja2 cscope > /dev/null + - sudo apt-get install check cmake python-jinja2 cscope - cd .. # toxcore - git clone https://github.com/TokTok/c-toxcore.git -- cgit v1.2.3