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

.travis.yml - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44316c6eacb1c425f9f5eb3c3745eab020342559 (plain)
1
2
3
4
5
6
7
8
9
language: cpp
compiler:
  - gcc
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libboost-all-dev
install: 
  - make
script: make test