about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrea Mattavelli <andreamattavelli@gmail.com>2017-07-28 08:58:01 +0100
committerAndrea Mattavelli <andreamattavelli@gmail.com>2017-07-28 08:58:01 +0100
commit90390bd8d18b9ca5f1ecf5ae4f705b0089f9ea8f (patch)
tree068de53837080d78cf19f61bcdc07d26ccbde4ca /.travis.yml
parent3b4b79215b124cc7072e81bc79efdb76927e7100 (diff)
downloadklee-90390bd8d18b9ca5f1ecf5ae4f705b0089f9ea8f.tar.gz
Modified Travis-CI script to compile STP with BOOST support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f6034540..9c0ca814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,12 +97,13 @@ addons:
     packages:
     - gcc-4.8
     - g++-4.8
+    - libboost-program-options-dev
     - libcap-dev
     - libedit-dev
     - libselinux1-dev
     - cmake
 
-cache: 
+cache:
   apt: true
   directories:
     - $HOME/Library/Caches/Homebrew