git repos / blockattack-game

commit 66eff118

sago007 · 2015-11-07 22:49
66eff118e2c8821ddd9d1f00c3d10e7902424bcb patch · browse files
parent ee516a19229e0e730ceaca8334325b4cd9f12f6f

Added boost as well

Changed files

M .travis.yml before
diff --git a/.travis.yml b/.travis.yml index b4be399..d9c4af7 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -4,6 +4,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
+ - boost-latest
packages:
- g++-4.9
- build-essential
@@ -13,6 +14,7 @@ addons:
- libsdl-ttf2.0-dev
- libenet-dev
- libphysfs-dev
+ - libboost1.55-dev
cache:
apt: true