forked from TrueCloudLab/restic
Remove unneeded comments
This commit is contained in:
parent
4755fff37f
commit
0cdbde1bd0
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue