Skip to content

Commit

Permalink
[FIX] Fix submodule clone error in travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 9, 2018
1 parent 03a9aa1 commit d6a0924
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ language: python
sudo: required
dist: trusty

# Handle git submodules yourself
git:
submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive

before_install:
- sudo apt-get update
- sudo apt-get install -y build-essential python3-dev xvfb python3-pyqt5.qtmultimedia
Expand Down

0 comments on commit d6a0924

Please sign in to comment.