Skip to content

Commit

Permalink
feat(submodules): configure travis to pull in the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
wzr1337 committed Jul 22, 2017
1 parent 3ac1c63 commit 10fb5f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ addons:
env:
- http_proxy=''
- HTTP_PROXY=''

git:
submodules: false

before_install:
# init the plugins / submodules
- git submodule update --init
# install alsa stuff
- sudo apt-get install libasound2-dev
# Link gcc-6 and g++-6 to their standard commands
Expand Down

0 comments on commit 10fb5f8

Please sign in to comment.