diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-17 23:35:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-17 23:35:46 +0900 |
commit | 4ecf30f884ae7578ef3ce1a34510d9dd02c6e2bf (patch) | |
tree | 52ee380885e57b9b03c69c76cbb2185c8f6fd12c | |
parent | e03a8b1c5799bcd2fe2d33a7324aaafd76fe94c8 (diff) |
travis: add go1.7
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 681756c2..1667ab8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ services: go: - 1.5 - 1.6 + - 1.7 - tip os: @@ -34,12 +35,16 @@ matrix: env: SCENARIO=true - go: tip env: SCENARIO=true + - go: 1.7 + env: SCENARIO=true - os: osx go: 1.5 - os: osx go: 1.6 env: SCENARIO=true - os: osx + go: 1.7 + - os: osx go: tip go_import_path: github.com/osrg/gobgp |