mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(travis): add latest libvips and Go runtime versions
This commit is contained in:
parent
4763cabc0c
commit
4eb8362deb
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -4,11 +4,12 @@ dist: trusty
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
- "1.6"
|
||||
- "1.7"
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- "tip"
|
||||
|
||||
env:
|
||||
- LIBVIPS=7.42.3
|
||||
|
|
@ -16,7 +17,7 @@ env:
|
|||
- LIBVIPS=8.3.3
|
||||
- LIBVIPS=8.4.6
|
||||
- LIBVIPS=8.5.8
|
||||
- LIBVIPS=8.6.0-alpha4
|
||||
- LIBVIPS=8.6.2
|
||||
- LIBVIPS=master
|
||||
|
||||
matrix:
|
||||
|
|
@ -24,7 +25,6 @@ matrix:
|
|||
- env: LIBVIPS=7.42.3
|
||||
- env: LIBVIPS=8.2.3
|
||||
- env: LIBVIPS=8.3.3
|
||||
- env: LIBVIPS=8.6.0-alpha4
|
||||
|
||||
cache:
|
||||
apt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue