mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Remove unneeded comments
This commit is contained in:
parent
4755fff37f
commit
0cdbde1bd0
@ -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 New Issue
Block a user