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-19 12:47:54 +0400
committersyhw <gabriel.synnaeve@gmail.com>2012-12-19 12:47:54 +0400
commitd367b683ed6d277185546ddc1066f31e4d319138 (patch)
tree90e8031890ffc23a7397b8944a4bfd22cfb281b6 /.travis.yml
parentdef6c958c4410d312a30104077c17b55dfd5eab3 (diff)
trying a build matrix with two build systems
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 88d92fb4..69c89a28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,5 +5,8 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev
-install: ./autogen.sh && ./configure && make
+matrix:
+ include:
+ - install: make
+ - install: ./autogen.sh && ./configure && make
script: make test