We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e311e8 commit b419065Copy full SHA for b419065
.travis.yml
@@ -4,7 +4,13 @@ node_js:
4
- "0.12.7"
5
- "1.0.4"
6
- "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
11
before_install:
12
+ - sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
13
+ - git submodule update --init --recursive
14
- npm install -g npm
15
before_script:
16
- npm install grunt-cli -g
0 commit comments