Skip to content

Commit

Permalink
Tell Travis not to init submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Mar 7, 2014
1 parent 642f1bd commit 8f9f777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "docs/wiki"]
path = docs/wiki
url = https://github.com/embolalia/willie.wiki.git
url = git@github.com:embolalia/willie.wiki.git
branch = master
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "2.7"
- "3.3"
git:
submodules: false
install:
- sudo apt-get install -qq python-enchant
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install backports.ssl_match_hostname; fi
Expand Down

0 comments on commit 8f9f777

Please sign in to comment.