Commit graph

27 commits

Author SHA1 Message Date
Cecylia Bocovich
58b52eb9f7 Remove go get commands from travis.yml
We no longer need standalone get commands now that we are using go
modules.
2020-03-05 09:21:17 -05:00
David Fifield
125e71fa6e Remove the now-unused appengine directory.
https://bugs.torproject.org/33429
2020-02-29 17:29:28 -07:00
Cecylia Bocovich
a7040e2eee Update travis to use go v1.13.x 2019-11-13 11:39:33 -05:00
Arlo Breault
c417fd5599 Stop using custom websocket library in server
Trac: 31028
2019-11-11 17:20:00 -05:00
Cecylia Bocovich
82e5753bcc Reverted logging changes that require Go 1.13 2019-10-08 09:58:12 -04:00
Cecylia Bocovich
2bf4be71b6 Bumped Go version to access log.Writer 2019-10-08 09:27:52 -04:00
Cecylia Bocovich
6cf53c4ef0 Update .travis.yml for new webrtc library 2019-10-08 09:27:52 -04:00
Arlo Breault
ebeb45c8d6 Lint with eslint
Requires at least node v8.x
2019-07-10 10:58:29 +02:00
Arlo Breault
99952ca7de Use at least v6 of node on travis for destructuring assignment 2019-07-10 10:49:53 +02:00
Arlo Breault
f97c37fe5d Rename Cakefile and make it work 2019-07-10 10:49:53 +02:00
Arlo Breault
79c84509fc Follow go-webrtc commit 6c3076c and switch to xenial in .travis.yaml 2019-04-30 15:31:30 -04:00
Arlo Breault
596d28b576 Change go_import_path in travis since we have relative imports 2018-11-26 12:51:40 -05:00
Arlo Breault
d821846cc4 Bump version of golang in travis to v1.10
The http2 package removed support for v1.8 in,
22700d5518

and it says 1.9 isn't actively tested.
2018-11-26 12:43:56 -05:00
Arlo Breault
40bf7664d4 Fetch http2 dep in travis
Since 19b317e
2018-03-15 15:39:02 -04:00
Arlo Breault
13b31f6494 Bump go version on travis to 1.8.3
* Same as currently used in TB,
   https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/go/config?id=8c4c05ddcfc30107b967b204d491523685460226

 * Also, necessary for the "context" import in acme/autocert
2017-10-12 18:34:46 -04:00
Arlo Breault
ab4bd77cb4 Go get another missing dep in travis 2017-10-12 17:32:47 -04:00
Arlo Breault
66509e6af3 Go get missing dep in travis 2017-10-12 17:24:30 -04:00
Arlo Breault
815f976355 go get websocket in CI 2017-01-18 17:06:01 -08:00
Arlo Breault
2fd691c490 Remove Makefile 2017-01-18 16:58:16 -08:00
Serene Han
e93c38f834 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
2016-06-15 21:57:56 -07:00
Arlo Breault
9867730e34 Run client tests in travis too 2016-03-14 19:38:59 -07:00
Arlo Breault
e5f284ca56 Update for go1.6 2016-03-09 13:08:36 -08:00
Serene Han
e13b35faf3 Update travis to have goconvey 2016-02-13 11:56:27 -08:00
Serene Han
889b3fee98 better ProxyPair jasmine specs, ensure travis using more recent npm 2016-02-05 12:06:37 -08:00
Serene Han
e38bed8be3 convert all coffeescript tests to jasmine 2016-02-04 14:57:12 -08:00
Arlo Breault
cb505b6202 Enforce cake linting in CI 2016-01-27 22:10:02 -08:00
Arlo Breault
133f657928 Test on Travis
* Closes #10
2016-01-21 15:42:16 -08:00