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: df6b7d62ac72a747391afbbde5dc2917c1d71d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: cpp
compiler:
  - gcc
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libboost-all-dev
  - sudo apt-get install maven
install: 
  - make
  - cd java; mvn test
script: make test