Update submodules when running CI.

This commit is contained in:
Christopher Peplin 2013-12-30 13:21:30 -05:00
parent 3336fd7115
commit 9bd37899bc
1 changed files with 1 additions and 0 deletions

View 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: