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>2015-01-02 23:42:39 +0300
committerJohn Langford <jl@hunch.net>2015-01-02 23:42:39 +0300
commit21d8e591d754487485cd28a66cf1034123b5302f (patch)
treef9897844895896b19e2742cda333c20a910491c6
parent0789c35df9db8c26e7569e6f40a3a93c67ee9cc0 (diff)
disable java for the moment
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index df6b7d62..91e3ae9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,5 @@ before_install:
- sudo apt-get install maven
install:
- make
- - cd java; mvn test
+# - cd java; mvn test
script: make test