summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-02-18 22:07:18 +0100
committermannol <eniz_vukovic@hotmail.com>2014-02-18 22:07:18 +0100
commit7395bacd889bd29b2e1a7a8f806ed2a1fa2a336e (patch)
treeab1437900e16397d56a13f73db4c0c4bbe594206 /.travis.yml
parentb267a36519123948aa530741947ec7d58745f594 (diff)
Stupid mistake
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index a06b6b5d..b79c8ede 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,13 +56,6 @@ before_script:
56 - make -j3 >/dev/null 56 - make -j3 >/dev/null
57 - sudo make install > /dev/null 57 - sudo make install > /dev/null
58 - cd .. 58 - cd ..
59 #installing vpx
60 - git clone http://git.chromium.org/webm/libvpx.git > /dev/null
61 - cd libvpx
62 - ./configure > /dev/null
63 - make -j3 >/dev/null
64 - sudo make install > /dev/null
65 - cd ..
66 #creating libraries links and updating cache 59 #creating libraries links and updating cache
67 - sudo ldconfig > /dev/null 60 - sudo ldconfig > /dev/null
68 #installing check, needed for unit tests 61 #installing check, needed for unit tests