From b8a303815ef2b5741f517ae96816ff90ac193edd Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 29 Aug 2017 22:54:38 +0900 Subject: 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 --- .travis.yml | 10 +++++----- 1 file 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 @@ -41,10 +41,10 @@ matrix: include: - <<: *_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 -- cgit v1.2.3