Cody Soyland
|
34cea87683
|
Remove WebUI (now contained in a separate package)
It now lives at https://github.com/pilosa/webui
|
2018-06-06 11:44:31 -05:00 |
|
Cody Soyland
|
908066a650
|
Exclude/remove CI matrix configurations to speed up CI process.
|
2018-05-30 11:08:49 -05:00 |
|
Cody Soyland
|
2d06100bd2
|
Enable fast_finish (do not wait on allow_failures section to complete before marking complete.
|
2018-05-29 08:37:12 -05:00 |
|
Cody Soyland
|
adcbb8fc2d
|
Remove coveralls from CI build
|
2018-05-29 08:24:31 -05:00 |
|
Travis Turner
|
c27faaa271
|
add GOARCH=386 ENTERPRISE=1 to travisCI
|
2018-05-15 16:07:58 -05:00 |
|
Cody Soyland
|
36aab7e223
|
Use new enterprise flag
|
2018-05-15 10:56:57 -05:00 |
|
Cody Soyland
|
b4b28cb8bd
|
Add enterprise tests to CI and Makefile
|
2018-05-14 17:38:39 -05:00 |
|
Cody Soyland
|
52002f5455
|
Correct travis.ci matrix build config
|
2018-04-27 14:51:54 -05:00 |
|
Cody Soyland
|
0f8b630ab2
|
Only run "deployment" (binary prerelease upload) for one build condition.
|
2018-04-27 11:43:31 -05:00 |
|
Cody Soyland
|
210c78a20a
|
Use build matrix instead of separate commands to test different architectures
|
2018-04-27 11:26:05 -05:00 |
|
Yuce Tekol
|
ff8ab6930a
|
Run 32bits on CI
|
2018-04-24 16:13:36 +03:00 |
|
Cody Soyland
|
0bf5f089a0
|
Run prerelease on Go 1.10
|
2018-04-03 11:25:54 -05:00 |
|
Cody Soyland
|
743726331f
|
Add make instructions for travis-ci build process and use Makefile in Docker build
|
2018-03-28 12:22:47 -05:00 |
|
Travis Turner
|
c4f6a6beda
|
Merge branch 'master' into cluster-resize
|
2018-02-21 16:23:53 -06:00 |
|
Cody Soyland
|
cd2c6f0ae8
|
Merge pull request #1123 from codysoyland/go110
Go 1.10
|
2018-02-20 15:50:00 -06:00 |
|
Todd Gruben
|
e01edb7e85
|
removed 1.8 from support; bits require 1.9
|
2018-02-20 10:42:42 -06:00 |
|
Cody Soyland
|
cf7faa2241
|
Use string instead of float for go 1.10
|
2018-02-19 10:48:02 -06:00 |
|
Cody Soyland
|
a8e1e93c34
|
Go 1.10
|
2018-02-19 10:34:47 -06:00 |
|
Cody Soyland
|
f9c0c1548e
|
Fix bug with prerelease upload
|
2018-02-15 16:32:08 -06:00 |
|
Cody Soyland
|
b8d4f7233a
|
Only deploy (prerelease upload) if using latest Go
|
2018-02-15 13:59:28 -06:00 |
|
Cody Soyland
|
9558df2829
|
Make pre-release builds for all branches
|
2018-02-15 10:50:03 -06:00 |
|
Cody Soyland
|
da2ab31945
|
Add generate-statik to CI job so WebUI test passes
|
2018-02-08 13:47:57 -06:00 |
|
Travis Turner
|
6b3f4d1a64
|
Merge branch 'master' into cluster-resize
Refactored LocalID/ClusterID for use with Topology and Coordinator.
|
2017-12-18 15:39:50 -06:00 |
|
Cody Soyland
|
0f48e4ee17
|
Use go test instead of goveralls as main CI test command. Call goveralls in after_success block. Fixes #1009.
|
2017-12-13 15:35:09 -06:00 |
|
Travis Turner
|
c9886b049b
|
Merge branch 'master' into cluster-resize working branch.
|
2017-12-04 22:18:57 -06:00 |
|
Cody Soyland
|
a9a1ec251c
|
Re-enable CI on Go master, but allow failures. See #956.
|
2017-11-15 10:53:35 -06:00 |
|
Cody Soyland
|
2517b994a1
|
Temporarily disable Go master CI as builds are failing due to possible Go bug (See #956)
|
2017-11-15 09:28:29 -06:00 |
|
Cody Soyland
|
e281d9038f
|
Temporarily disable Go master CI as builds are failing due to possible Go bug (See #956)
|
2017-11-14 13:28:00 -06:00 |
|
Cody Soyland
|
0458647937
|
Update slack and aws credentials with correct encryption key.
|
2017-09-21 10:26:17 -05:00 |
|
Cody Soyland
|
0151f5e0c1
|
Add prerelease build target in Makefile and update TravisCI config to use it. Also update Slack notification token. Fixes #832.
|
2017-09-20 14:01:58 -05:00 |
|
Todd Gruben
|
a0ff973c03
|
added go1.9 to travis
|
2017-08-29 14:49:19 -05:00 |
|
Todd Gruben
|
fd73349cd6
|
remove go1.7 from travis
|
2017-08-29 14:45:19 -05:00 |
|
Cody Soyland
|
5bc9c43611
|
Switch from glide to dep for dependency management. Fixes #732.
This implements the new `dep` command into our build process and removes
all references to Glide.
|
2017-07-21 11:09:43 -05:00 |
|
Yuce Tekol
|
c8d03ff625
|
added goveralls
|
2017-05-15 19:35:04 +03:00 |
|
Cody Soyland
|
b27a935381
|
Using Travis addons instead of before_install to continue using container-based infrastructure
|
2017-02-27 14:22:14 -06:00 |
|
Cody Soyland
|
0c21c583fb
|
Install glide from ppa before running Travis tests (#343)
|
2017-02-24 09:08:49 -06:00 |
|
Cody Soyland
|
07133c7809
|
Add Slack notifications for Travis CI
|
2017-02-17 16:37:36 -06:00 |
|
Cody Soyland
|
823984e4ed
|
Update travis.ci to use make test
|
2017-02-17 16:37:36 -06:00 |
|
Cody Soyland
|
65ab872521
|
Add .travis.yml
|
2017-02-17 16:37:36 -06:00 |
|