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

Commit

Permalink
Fix Travis for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jun 13, 2018
1 parent b6b6877 commit dacea4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
cache: pip
_autorest_install: &_autorest_install
before_install:
- git clone https://github.com/Azure/autorest.python.git
- git clone --recursive https://github.com/Azure/autorest.python.git
- cd autorest.python
- sudo apt-get install libunwind8-dev
- nvm install 7
Expand Down

0 comments on commit dacea4a

Please sign in to comment.