Skip to content

Commit

Permalink
Add tests for go 1.6&1.7 (#56)
Browse files Browse the repository at this point in the history
* Add tests for go 1.6&1.7

* Dont install dep

* Update README

* Remove go tip from tests
  • Loading branch information
hanzei committed Jan 28, 2018
1 parent 5a84add commit 11b25c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- tip

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To update Objx to the latest version, run:
go get -u github.com/stretchr/objx

### Supported go versions
We support the lastest two major Go versions, which are 1.8 and 1.9 at the moment.
We support the lastest four major Go versions, which are 1.6, 1.7, 1.8 and 1.9 at the moment.

## Contributing
Please feel free to submit issues, fork the repository and send pull requests!
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dl-deps:
desc: Downloads cli dependencies
cmds:
- go get -u github.com/golang/lint/golint
- go get -u github.com/golang/dep/cmd/dep

update-deps:
desc: Updates dependencies
Expand Down

0 comments on commit 11b25c5

Please sign in to comment.