Update submodules when running CI.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Mon, 30 Dec 2013 18:21:30 +0000 (13:21 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Mon, 30 Dec 2013 18:21:30 +0000 (13:21 -0500)
.travis.yml

index 9ecb6a4..22b1a91 100644 (file)
@@ -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: