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") }