aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSerene Han <keroserene+git@gmail.com>2016-06-15 18:59:55 -0700
committerSerene Han <keroserene+git@gmail.com>2016-06-15 21:57:56 -0700
commite93c38f83473476c8dddf9e107ce4df5bfea7882 (patch)
tree733a4484271e261f695d9ae37d45afb52432f9ab /.travis.yml
parent2bf0e5457e88f54344f895f4754cf98c05c1d7b0 (diff)
downloadsnowflake-e93c38f83473476c8dddf9e107ce4df5bfea7882.tar.gz
snowflake-e93c38f83473476c8dddf9e107ce4df5bfea7882.zip
client multiplexes AND recovers correctly! (close #31)
- stabilize rest of WebRTCPeer - use uid for the datachannel label - store a consistent WebRTC config in the dialer
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f72040..2cc861b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ before_install:
install:
- go get -u github.com/smartystreets/goconvey
- go get -u github.com/keroserene/go-webrtc
+ - go get -u github.com/dchest/uniuri
- go get -u git.torproject.org/pluggable-transports/goptlib.git
- pushd proxy
- npm install