From 0cdbde1bd027258a8cb4311c87464341be093908 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 20 Aug 2015 18:54:24 +0200 Subject: [PATCH] Remove unneeded comments --- run_integration_tests.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/run_integration_tests.go b/run_integration_tests.go index 7c4e05120..d9a4a6cd7 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -81,12 +81,9 @@ type AppveyorEnvironment struct{} func (env *AppveyorEnvironment) Prepare() { msg("preparing environment for Appveyor CI\n") - - // install tar, gzip, bzip2 } func (env *AppveyorEnvironment) RunTests() { - // run the build script and the tests run("go", "run", "build.go", "-v", "-T") }