Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: test with latest nodejs and LTS | Michael Muré | 2020-02-12 | 1 | -22/+2 |
| | |||||
* | build: drop support for go 1.10 | Michael Muré | 2020-02-06 | 1 | -2/+0 |
| | |||||
* | travis, attempt to fix the build by using updated go version | Michael Muré | 2020-02-06 | 1 | -4/+14 |
| | |||||
* | migrate to go modules | Michael Muré | 2020-02-05 | 1 | -0/+3 |
| | |||||
* | fix version not set properly when built on travis | Michael Muré | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | drop support for go 1.9 | Michael Muré | 2019-11-03 | 1 | -2/+2 |
| | |||||
* | travis: enable go 1.12, build release with go 1.110.5.0 | Michael Muré | 2019-04-22 | 1 | -1/+3 |
| | |||||
* | drop go 1.8 support | Amine Hilaly | 2019-04-09 | 1 | -2/+0 |
| | |||||
* | travis: build on all go and nodejs version supported | Michael Muré | 2018-12-23 | 1 | -1/+20 |
| | |||||
* | travis: clean outdated build tag | Michael Muré | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | webui: Ensure code format in CI by running eslint | Quentin Gliech | 2018-08-19 | 1 | -8/+14 |
| | |||||
* | build: someday travis will stop complaining0.1.0 | Michael Muré | 2018-08-12 | 1 | -4/+1 |
| | |||||
* | travis: run the cross compile only when deploying | Michael Muré | 2018-08-06 | 1 | -1/+4 |
| | | | | | note: travis is dumb here and we have to rewrite the same condition twice. simply deploy/script would run all the time | ||||
* | travis: now I remember why i removed codegov | Michael Muré | 2018-08-04 | 1 | -2/+0 |
| | | | | | | | | | | | | --> it fails on go 1.9: "cannot use test profile flag with multiple packages" It would require a script of some sort to compile all package coverage in the same report --> report are innacurate test in test/ are not accounted for the coverage | ||||
* | travis: configure cross-compile + deploy on github + codecov | Michael Muré | 2018-08-04 | 1 | -1/+21 |
| | |||||
* | cleaning | Michael Muré | 2018-07-26 | 1 | -5/+1 |
| | |||||
* | travis: add codegov hook | Michael Muré | 2018-07-25 | 1 | -0/+4 |
| | |||||
* | remove tests with go 1.8 due to conflict with cobra/vipe | Michael Muré | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | vendor dependencies with dep | Michael Muré | 2018-07-16 | 1 | -0/+6 |
| | |||||
* | travis: multiple go version | Michael Muré | 2018-07-14 | 1 | -0/+4 |
| | |||||
* | attempt to configure travis | Michael Muré | 2018-07-14 | 1 | -0/+1 |