Skip to content

Commit

Permalink
add new go versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebeast committed Dec 2, 2019
1 parent bcdf459 commit 3ab1234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = false

# YAML Files
[*.{yml,yaml}]
indent_size = 2
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- master
before_install:
- go get golang.org/x/lint/golint
Expand All @@ -14,4 +16,4 @@ script:
- go vet ./osc
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
# - test -z "$(golint ./... | tee /dev/stderr)"
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 3ab1234

Please sign in to comment.