travis.yml: Remove boost dependency

This commit is contained in:
Maxime Coste 2017-11-10 23:34:52 +08:00
parent b1115f7469
commit 4ce69e2830

View File

@ -34,7 +34,6 @@ env:
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.9
packages:
@ -42,7 +41,6 @@ addons:
- libstdc++-5-dev
- g++-5
- libncursesw5-dev
- libboost-regex1.55-dev
coverity_scan:
project:
name: "mawww/kakoune"