Let travis know we're using submodules

i18n_v4
Thomas Reynolds 2012-07-02 21:43:17 -07:00
parent d0cf90675a
commit 6791dc431c
1 changed files with 3 additions and 0 deletions

View File

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