Skip to content

Commit

Permalink
Include .gitmodules explicitly when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 17, 2017
1 parent d084045 commit cd5f406
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 @@ -72,4 +72,4 @@ script:
after_success:
- coveralls
- if [[ "$CREATE_REFERENCES" != "" ]]; then bash ci/deploy.sh "$REFDIR" "$REFBRANCH" "."; fi
- if [[ "$CREATE_REFERENCES" != "" ]]; then bash ci/deploy.sh . "$TRAVIS_BRANCH" "$REFDIR"; fi
- if [[ "$CREATE_REFERENCES" != "" ]]; then bash ci/deploy.sh . "$TRAVIS_BRANCH" "$REFDIR" .gitmodules; fi

0 comments on commit cd5f406

Please sign in to comment.