From 581947558a42fea8a4a83fe68ae63b79244199b6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 14 Apr 2014 23:28:11 -0700 Subject: [PATCH] Change the travis config to run tests. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6d5bffd4..0e469e9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: cpp +before_install: + - git submodule update --init + script: - cmake . - make + - make test