bump up go version in travis.yml

This commit is contained in:
Tan Jiang 2016-05-04 14:25:54 +08:00
parent 36160ea64c
commit a5cb8e16eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
language: go
go:
- 1.5.3
- 1.6.2
go_import_path: github.com/vmware/harbor
service:
- mysql
env: GO15VENDOREXPERIMENT=1 DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
env: DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
install:
- sudo apt-get update && sudo apt-get install -y libldap2-dev