Skip to content

Commit b419065

Browse files
committed
Update .travis.yml
Added gist to address submodule permissions
1 parent 9e311e8 commit b419065

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ node_js:
44
- "0.12.7"
55
- "1.0.4"
66
- "4.2.2"
7+
# Handle git submodules yourself
8+
git:
9+
submodules: false
10+
# Use sed to replace the SSH URL with the public URL, then initialize submodules
711
before_install:
12+
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
13+
- git submodule update --init --recursive
814
- npm install -g npm
915
before_script:
1016
- npm install grunt-cli -g

0 commit comments

Comments
 (0)