Browse Source

Travis config now checks out submodules

Strahinja Val Markovic 11 years ago
parent
commit
cb0ad05fb7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -2,6 +2,8 @@ language: python
 python:
   - "2.6"
   - "2.7"
+before_install:
+  - git submodule update --init --recursive
 install:
   - pip install -r python/test_requirements.txt --use-mirrors
   - sudo apt-get install mono-devel