Skip to content

Commit

Permalink
chore(go): Drop Support for go1.8 and go1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Aug 17, 2019
1 parent 3fdc2a2 commit e4a9144
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
language: go
sudo: false

go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

matrix:
fast_finish: true
include:
- go: 1.10.x
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
- go: master
env: GO111MODULE=on

git:
depth: 10

install:
- go get -d -t -v ./...
- if [[ "${GO111MODULE}" = "on" ]]; then go mod download; else go get -t -v ./...; fi
- go get github.com/campoy/embedmd

script:
Expand Down

0 comments on commit e4a9144

Please sign in to comment.