Skip to content

Commit

Permalink
Attempt to fetch git repos recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
noporpoise committed Nov 1, 2015
1 parent e9f6266 commit a4ff37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ addons:
coverity_scan:
project:
name: "mcveanlab/mccortex"
description: "Build submitted via Travis CI"
description: Build submitted via Travis CI
notification_email: [email protected]
build_command_prepend: make clean
build_command_prepend: git submodule update --init --recursive
build_command: make all
branch_pattern: coverity_scan

Expand Down

0 comments on commit a4ff37c

Please sign in to comment.