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:
authorJohn Langford <jl@hunch.net>2012-12-28 22:32:28 +0400
committerJohn Langford <jl@hunch.net>2012-12-28 22:32:28 +0400
commite405fd88778c9196467f452e265d884328d165d6 (patch)
tree7429ace65be617fcaf0f6c911833371a726c802a /.travis.yml
parent6c8999b66b9b6e1bf86869c95811a6c99d35e5d7 (diff)
simpler travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77f98e03..44316c6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,9 @@
language: cpp
compiler:
- - clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev
install:
- make
- - ./autogen.sh && ./configure && make
script: make test