Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit dacea4a

Browse files
committed
Fix Travis for submodule
1 parent b6b6877 commit dacea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: python
44
cache: pip
55
_autorest_install: &_autorest_install
66
before_install:
7-
- git clone https://github.com/Azure/autorest.python.git
7+
- git clone --recursive https://github.com/Azure/autorest.python.git
88
- cd autorest.python
99
- sudo apt-get install libunwind8-dev
1010
- nvm install 7

0 commit comments

Comments
 (0)