summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2018-01-12 15:22:16 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-01-24 08:18:50 +0900
commit18bf83da2d5a70964cff3727e7fd9f9b318a2aed (patch)
tree643458ad9bea8f301cf280d7b28697c117f01512
parent8420d732b682a16fa34fb50725ce4c717287ecfd (diff)
travis: Add Description
"DESCRIPTION" env is not used in tests, just markers for improving the readability of the Travis-CI Web UI. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d286c2ed..d14e569b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,10 +46,16 @@ matrix:
- go: tip
include:
- <<: *_unittest
+ env:
+ - DESCRIPTION="Unit Tests"
go: tip
- <<: *_unittest
+ env:
+ - DESCRIPTION="Unit Tests"
go: 1.8
- <<: *_unittest
+ env:
+ - DESCRIPTION="Unit Tests + goreleaser"
go: 1.9
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
@@ -87,10 +93,16 @@ matrix:
# Misc
#
- <<: *_dep_ensure
+ env:
+ - DESCRIPTION="go fmt"
script: test -z "$(go fmt $(go list ./... | grep -v '/vendor/'))"
- <<: *_dep_ensure
+ env:
+ - DESCRIPTION="go vet"
script: test -z "$(go vet $(go list ./... | grep -v '/vendor/'))"
- <<: *_dep_ensure
+ env:
+ - DESCRIPTION="build_embeded_go.py"
script: python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib.md
#
# Docker
@@ -177,6 +189,8 @@ matrix:
# Tools
#
- <<: *_python
+ env:
+ - DESCRIPTION="Tools"
install: pip install scspell3k
script:
- bash tools/spell-check/scspell.sh