summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-08-31 06:51:11 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-08-31 11:23:48 +0900
commit4391b84862bab2e00dec197befec4b8d7a31cb4e (patch)
treed3acdb62caeb19c61055f1805fab11b7675958d6 /.travis.yml
parent9a0323419e9481186340a6455553fbc515969258 (diff)
support go1.11
and drop go1.9. Also disable windows build on travis-ci and enable openbsd instead. We can support windows but I'm too lazy. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ea321af..8b190220 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ matrix:
- <<: *_unittest
env:
- DESCRIPTION="Unit Tests"
- go: 1.9
+ go: 1.11
- <<: *_unittest
env:
- DESCRIPTION="Tests + goreleaser + cover"
@@ -87,9 +87,9 @@ matrix:
# See https://github.com/travis-ci/travis-ci/issues/6126
- <<: *_build
env:
- - GOOS="windows"
+ - GOOS="openbsd"
before_script:
- - export GOOS="windows"
+ - export GOOS="openbsd"
- go env
- <<: *_build
env: