diff options
author | makefu <github@syntax-fehler.de> | 2013-09-03 01:28:49 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-09-03 01:28:49 +0200 |
commit | 25268899884510c7f336d86ab3e89048ac7fbabb (patch) | |
tree | e72374650e0bca51eda6113d3ccc506cc37508d1 | |
parent | 935d71847f73bc1f5172a8662e775ebf6cd89946 (diff) |
skip submodules
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 56b6c8c5..04059cc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ before_install: branches: only: - master +git: + submodules: false |