mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
14 lines
201 B
YAML
14 lines
201 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
|
|
before_script:
|
|
npm install -g coffee-script coffeelint jasmine
|
|
|
|
script:
|
|
- make check
|
|
- go test -v -race ./broker
|
|
- cd proxy
|
|
- cake lint
|
|
- cake test
|