mirror of
https://github.com/octoleo/restic.git
synced 2025-01-03 15:17:28 +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() {
|
func (env *AppveyorEnvironment) Prepare() {
|
||||||
msg("preparing environment for Appveyor CI\n")
|
msg("preparing environment for Appveyor CI\n")
|
||||||
|
|
||||||
// install tar, gzip, bzip2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (env *AppveyorEnvironment) RunTests() {
|
func (env *AppveyorEnvironment) RunTests() {
|
||||||
// run the build script and the tests
|
|
||||||
run("go", "run", "build.go", "-v", "-T")
|
run("go", "run", "build.go", "-v", "-T")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user