Skip to content

Commit

Permalink
Merge branch 'master' into change_isterm_method
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Mar 17, 2019
2 parents 7f3e502 + bcf36ad commit bdd6c78
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 1,989 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
language: go
sudo: false
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

matrix:
fast_finish: true
include:
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- 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
Expand Down

0 comments on commit bdd6c78

Please sign in to comment.