From 9bd37899bc1bb9ed43a26bdd213b3238c37a4bb1 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Dec 2013 13:21:30 -0500 Subject: Update submodules when running CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9ecb6a44..22b1a91a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ compiler: - gcc script: make test before_install: + - git submodule update --init - sudo apt-get update -qq - sudo apt-get install check notifications: -- cgit 1.2.3-korg