diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-01-06 09:47:04 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-01-06 09:47:04 +0900 |
commit | c17563a8df441b8fd389dcc9c399f372e02bcdcf (patch) | |
tree | b8d1904bf5498a9934d86e2161ac0d63ed9abc1c /.travis.yml | |
parent | c5a970b2f3cdd81c39dc65c723b3de7bcd4f9694 (diff) |
travis: remove useless "go" section
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 6703baed..4ee2755b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: go -_go: &_go - go: 1.8 - _dep_ensure: &_dep_ensure - <<: *_go + go: 1.8 before_install: go get -u github.com/golang/dep/cmd/dep install: $GOPATH/bin/dep ensure |