mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Update .travis.yml for proxy/ code removal
This commit is contained in:
parent
da01bf2323
commit
3ff04c3c65
1 changed files with 0 additions and 22 deletions
22
.travis.yml
22
.travis.yml
|
@ -4,32 +4,10 @@ dist: xenial
|
|||
|
||||
go_import_path: git.torproject.org/pluggable-transports/snowflake.git
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-5
|
||||
- gcc-5
|
||||
|
||||
go:
|
||||
- 1.13.x
|
||||
|
||||
env:
|
||||
- TRAVIS_NODE_VERSION="8" CC="gcc-5" CXX="g++-5"
|
||||
|
||||
before_install:
|
||||
- nvm install $TRAVIS_NODE_VERSION
|
||||
|
||||
install:
|
||||
- pushd proxy
|
||||
- npm install
|
||||
- popd
|
||||
|
||||
script:
|
||||
- test -z "$(go fmt ./...)"
|
||||
- go vet ./...
|
||||
- go test -v -race ./...
|
||||
- cd proxy
|
||||
- npm run lint
|
||||
- npm test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue