9169402c by David LaPalomento

Use git+https so Travis can resolve dependencies

Travis is not succeeding in downloading git+ssh dependencies, so try git+https.
1 parent 41d49103
......@@ -34,9 +34,9 @@
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "~0.1.8",
"sinon": "^1.9.1",
"video.js": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha"
"video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
},
"dependencies": {
"videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
"videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
}
}
......