aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-08-22 18:38:14 -0400
committerAlec Thomas <alec@swapoff.org>2013-08-22 22:51:20 -0400
commit302bf251f95577ecef8c9662f95651ae2cc49cd7 (patch)
treede10e8e1105800c78bf961d719c5aa606fb6cedd /.travis.yml
parent5716e2ef6578e8cd2ea2b2e266d9f438c233ed0f (diff)
Switch from boost::signal to embedded Simple::Signal.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3bd2e8e..5b5024f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ before_install:
- sudo apt-add-repository -y ppa:jkeiren/ppa
- if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- sudo apt-get update -qq
- - sudo apt-get upgrade -y
- sudo apt-get install -y boost1.48 python-dev
- if test $CC = gcc; then sudo apt-get install gcc-4.7 g++-4.7; fi
- if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi