Commit Graph

29 Commits

Author SHA1 Message Date
Jakob
fd9487ea4d
switch to go 1.13 and add go mod download again 2020-04-13 23:54:56 +02:00
Matthew Penner
d0dabb927b
Remove "go mod download" and replace 1.9.x with 1.11.x due to missing go modules support 2020-02-07 17:08:20 -07:00
Matthew Penner
c8d953380e
Remove dep and use go modules in .travis.yml 2020-02-06 16:50:30 -07:00
Jakob Schrettenbrunner
d2aa896a1c use go dep with travis 2018-02-20 23:43:33 +01:00
Jakob Schrettenbrunner
23200339ce travis: disable email notification 2017-09-01 02:34:28 +02:00
Jakob Schrettenbrunner
9268c1e9a8 add webhook notification to travis ci 2017-09-01 01:32:10 +02:00
Jakob Schrettenbrunner
5f0804ea53 travis: switch to go 1.9 2017-08-31 20:04:53 +02:00
Jakob Schrettenbrunner
fbf7115fd7 travis: only compile against current stable go version 2017-08-03 00:11:00 +02:00
Jakob Schrettenbrunner
38875bcfac travis: limit builds to supported os/arch list 2017-08-02 23:23:13 +02:00
Jakob Schrettenbrunner
1bbad7d24e travis: only create $GOPATH/bin if it doesn't exist 2017-08-02 22:58:26 +02:00
Jakob Schrettenbrunner
0a2eab96bb travis: add docker service 2017-08-02 22:44:45 +02:00
Jakob Schrettenbrunner
addafe0137 travis: try different way to install glide 2017-07-06 21:35:55 +02:00
Jakob Schrettenbrunner
f7e371f380 travis: set execute permission on glide command 2017-07-06 21:28:04 +02:00
Jakob Schrettenbrunner
095de7e53d travis: extract correct file on glide install (derp) 2017-07-06 21:24:16 +02:00
Jakob Schrettenbrunner
9fd02667d8 travis: install glide properly 2017-07-06 21:00:56 +02:00
Jakob Schrettenbrunner
f183654996 manually create $GOPATH/bin so glide can install 2017-06-27 12:48:18 +02:00
Jakob Schrettenbrunner
a2af38f03e replace dep with glide 2017-06-27 12:43:55 +02:00
Jakob Schrettenbrunner
ceeabd6cbc add cross platform build to travis
auto deploy on releases with travis
2017-06-27 10:03:17 +02:00
Jakob Schrettenbrunner
271e4fb5ef use goverage for testing with coverage reports
update dependencies
2017-06-26 20:28:25 +02:00
Jakob Schrettenbrunner
f20a9b81f8 correct go test folder for travis 2017-06-26 17:20:13 +02:00
Jakob Schrettenbrunner
7e8a3e7e65 report coverage to codacy using travis and godacov 2017-06-26 16:59:02 +02:00
Jakob Schrettenbrunner
ccc1c8e19a travis change go 1.9 to beta version 2017-06-26 13:45:23 +02:00
Jakob Schrettenbrunner
1f5491cdd3 run tests with go 1.9 beta on travis 2017-06-26 13:36:17 +02:00
Jakob Schrettenbrunner
ae1548cbe1 use correct workaround for vendor on travis 2017-06-26 13:31:54 +02:00
Jakob Schrettenbrunner
c24a2022c2 manually exclude vendor directory on travis test until go 1.9 is released 2017-06-26 13:31:04 +02:00
Jakob Schrettenbrunner
c8ef8dd5c7 force go build output name to wings to avoid conflicts with the wings.go file on testing 2017-06-26 12:49:16 +02:00
Jakob Schrettenbrunner
2be4588bbc update travis test script 2017-06-26 11:46:49 +02:00
Jakob Schrettenbrunner
b6adb5a248 change travis test command 2017-06-26 11:43:56 +02:00
Jakob Schrettenbrunner
a95993f578 add travis config 2017-06-26 11:15:19 +02:00