summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-08-29 22:54:38 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-08-29 22:54:38 +0900
commitb8a303815ef2b5741f517ae96816ff90ac193edd (patch)
tree99e0c28ad8dfc588171d0835bc415197eb80b7ff
parente696acac3e21e4ff40689ef5b3f3f53ae3bb26b5 (diff)
run go 1.9 for travis-ci instead of 1.7
travis-ci drops 1.7 support so needs to move on. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index edc63a1e..a4ab373e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,12 +16,12 @@ _unittest: &_unittest
script: go test $(go list ./... | grep -v '/vendor/')
_cross_compile: &_cross_compile
- go: 1.7
+ go: 1.8
<<: *_simple_install
script: cd gobgpd && go build
_no_install: &_no_install
- go: 1.7
+ go: 1.8
before_install: true
install: true
@@ -42,9 +42,9 @@ matrix:
- <<: *_unittest
go: tip
- <<: *_unittest
- go: 1.7
- - <<: *_unittest
go: 1.8
+ - <<: *_unittest
+ go: 1.9
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
#
@@ -67,7 +67,7 @@ matrix:
- <<: *_no_install
script: test -z "$(go vet ./...)"
- <<: *_simple_install
- go: 1.7
+ go: 1.8
script: python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib.md
#
# Docker