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