mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Build on Go1.7
This commit is contained in:
parent
eef2fe7035
commit
3f889aaf0a
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -1,13 +1,16 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
cache: apt
|
||||
language: go
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
|
||||
cache: apt
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue