about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e868493b..4daa30c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,8 +66,7 @@ before_install:
     ###########################################################################
     # Install stuff
     ###########################################################################
-    # FIXME: STP doesn't need everything from Boost!
-    - sudo apt-get install gcc-4.8 g++-4.8 libcap-dev cmake libboost-all-dev
+    - sudo apt-get install gcc-4.8 g++-4.8 libcap-dev cmake
     # Make gcc4.8 the default gcc version
     - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
     - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20