diff options
author | GDR! <gdr@gdr.name> | 2017-01-31 22:16:12 +0100 |
---|---|---|
committer | GDR! <gdr@gdr.name> | 2017-01-31 22:16:12 +0100 |
commit | 162b886c7e7a8f59aee7f7e58ec7dee338d327d0 (patch) | |
tree | b3b8fbbacab9ead02f1d2a3918e7c73a6beed478 | |
parent | 1d49afc7c880d940ba2d75ff7807b64d27de15ca (diff) |
Remove devnull redirect in travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7927eed..35b08e6 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -18,7 +18,7 @@ before_script: | |||
18 | #creating libraries links and updating cache | 18 | #creating libraries links and updating cache |
19 | - sudo ldconfig > /dev/null | 19 | - sudo ldconfig > /dev/null |
20 | #installing check, needed for unit tests | 20 | #installing check, needed for unit tests |
21 | - sudo apt-get install check cmake python-jinja2 cscope > /dev/null | 21 | - sudo apt-get install check cmake python-jinja2 cscope |
22 | - cd .. | 22 | - cd .. |
23 | # toxcore | 23 | # toxcore |
24 | - git clone https://github.com/TokTok/c-toxcore.git | 24 | - git clone https://github.com/TokTok/c-toxcore.git |