summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Dziwiński <piotrdz@gmail.com>2012-12-19 12:16:08 -0800
committerPiotr Dziwiński <piotrdz@gmail.com>2012-12-19 12:16:08 -0800
commitbba08ee2003631cb73acbd1c960656f891ef41a9 (patch)
tree03e5bf730ab15687c20e395b173713fd0c6136eb
parentfec2c1028a7d0f46f38c985c18d8cf778456f643 (diff)
parent0a82f8a84236487375bf5a2dd56a47f97ccde4cd (diff)
downloadcolobot-bba08ee2003631cb73acbd1c960656f891ef41a9.tar.gz
colobot-bba08ee2003631cb73acbd1c960656f891ef41a9.tar.bz2
colobot-bba08ee2003631cb73acbd1c960656f891ef41a9.zip
Merge pull request #101 from OdyX/dev-reduce-dependencies-overload
Reduce dependencies installation in travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 41f15bb..230faf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ script: cmake . -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq
- - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libpng12-dev libltdl-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev google-mock libgtest-dev doxygen graphviz
+ - sudo apt-get install -qq --no-install-recommends libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libpng12-dev libltdl-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev google-mock libgtest-dev doxygen graphviz