[tor-commits] [snowflake/master] Update .travis.yml for proxy/ code removal

cohosh at torproject.org cohosh at torproject.org
Wed Apr 22 21:21:10 UTC 2020


commit 3ff04c3c65bef4f10ed33c037f77a95c3e550b78
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Mar 19 12:59:49 2020 -0400

    Update .travis.yml for proxy/ code removal
---
 .travis.yml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 56d612c..941df43 100644
--- a/.travis.yml
+++ b/.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





More information about the tor-commits mailing list