summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-30 13:21:30 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-30 13:21:30 -0500
commit9bd37899bc1bb9ed43a26bdd213b3238c37a4bb1 (patch)
treeb07d1da12d10a5942bdc10e2c70bbf1127312606 /.travis.yml
parent3336fd7115ddf230829e8d2bb9f2a1471ca092fe (diff)
Update submodules when running CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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: