File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
go_import_path : github.com/goeuro/myke
3
3
go :
4
- - 1.7
4
+ - 1.8
5
5
install :
6
6
- bin/init.sh
7
7
script :
Original file line number Diff line number Diff line change 1
- FROM golang:1.7
1
+ FROM golang:1.8
2
2
3
3
WORKDIR /go/src/github.com/goeuro/myke
4
4
COPY Godeps Godeps
Original file line number Diff line number Diff line change 1
1
version : " {build}"
2
-
3
2
os : Windows Server 2012 R2
4
-
5
3
clone_folder : c:\gopath\src\github.com\goeuro\myke
6
4
7
5
environment :
8
6
GOPATH : C:\gopath
9
-
10
- # Uncomment following line if you are willing to debug on the build machine.
11
- # init:
12
- # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
7
+ matrix :
8
+ - environment :
9
+ GOVERSION : 1.8
13
10
14
11
install :
15
12
- set PATH=%GOPATH%\bin;C:\go\bin;%WINDIR%;%WINDIR%\System32;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin
@@ -22,4 +19,3 @@ build_script:
22
19
- test ! -s fmt.out
23
20
- golint -set_exit_status .
24
21
- go test -timeout 10s -v ./...
25
-
You can’t perform that action at this time.
0 commit comments