mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 13:38:16 -08:00
refactor(ci): disable verions matrix
This commit is contained in:
parent
6fb1812642
commit
44d5860c68
2 changed files with 18 additions and 11 deletions
|
|
@ -1,12 +1,20 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*.go]
|
||||||
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[Makefile]
|
||||||
trim_trailing_whitespace = false
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
|
|
||||||
13
.travis.yml
13
.travis.yml
|
|
@ -4,18 +4,17 @@ dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.12"
|
|
||||||
- "1.13"
|
- "1.13"
|
||||||
- "1.14"
|
- "1.14"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- LIBVIPS=7.42.3
|
# - LIBVIPS=7.42.3
|
||||||
# - LIBVIPS=8.3.3
|
# - LIBVIPS=8.3.3
|
||||||
- LIBVIPS=8.4.6
|
# - LIBVIPS=8.4.6
|
||||||
- LIBVIPS=8.5.8
|
# - LIBVIPS=8.5.8
|
||||||
- LIBVIPS=8.6.2
|
# - LIBVIPS=8.6.2
|
||||||
- LIBVIPS=8.7.4
|
# - LIBVIPS=8.7.4
|
||||||
- LIBVIPS=8.8.4
|
# - LIBVIPS=8.8.4
|
||||||
- LIBVIPS=8.9.2
|
- LIBVIPS=8.9.2
|
||||||
- LIBVIPS=master
|
- LIBVIPS=master
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue