Let travis know we're using submodules

This commit is contained in:
Thomas Reynolds 2012-07-02 21:43:17 -07:00
parent d0cf90675a
commit 6791dc431c

View file

@ -7,6 +7,9 @@ rvm:
script: "bundle exec rake test" script: "bundle exec rake test"
before_install:
- git submodule update --init --recursive
env: TEST=true TRAVIS=true env: TEST=true TRAVIS=true
matrix: matrix: