Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyhw <gabriel.synnaeve@gmail.com>2012-12-08 22:03:23 +0400
committersyhw <gabriel.synnaeve@gmail.com>2012-12-08 22:03:23 +0400
commitdef6c958c4410d312a30104077c17b55dfd5eab3 (patch)
tree50cdefba2577f5e338ec4ca6d0717e9fca168575 /.travis.yml
parent2e04b9a3cf0cd862a46ee9a210083bb81e312843 (diff)
with boost
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 87f102ff..88d92fb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,8 @@ language: cpp
compiler:
- clang
- gcc
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq libboost-all-dev
install: ./autogen.sh && ./configure && make
script: make test