appveyor: use run_integration_tests.go

This commit is contained in:
Alexander Neumann
2015-08-19 20:45:54 +02:00
parent 23845b071b
commit d21b782119
2 changed files with 20 additions and 4 deletions

View File

@@ -4,11 +4,8 @@ environment:
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
build_script:
- go run build.go
- go test -v
- go run run_integration_tests.go