Skip to content

Commit 692737d

Browse files
committed
Updated the gitsubmodule to use the public git URL, and told Travis that sudo isn't needed.
1 parent 3266ae6 commit 692737d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "_site"]
22
path = _site
3-
url = git@github.com:bramp/js-sequence-diagrams.git
3+
url = https://github.com/bramp/js-sequence-diagrams.git

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- "0.12"

0 commit comments

Comments
 (0)