Skip to content

Commit

Permalink
Setup git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
BilledTrain380 committed Dec 10, 2018
1 parent 3b95e37 commit 8dd09a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "psa-kitten"]
path = psa-kitten
url = https://github.com/BilledTrain380/ngx-admin.git
branch = psa-kitten
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ sudo: false

language: java

git:
submodules: false

before_install:
- git submodule update --init --remote -- recursive

branches:
only:
- master
Expand Down

0 comments on commit 8dd09a8

Please sign in to comment.