Skip to content

Commit

Permalink
testing against newer versions (#9)
Browse files Browse the repository at this point in the history
* testing against newer versions

* Update README.md
  • Loading branch information
tomazk committed Jun 19, 2017
1 parent 75f014c commit 23e3618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- tip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Send me a pull request and make sure tests pass on [travis](https://travis-ci.or

## Tests

Package comes with an extensive test suite that's continuously run on travis against go versions: 1.3, 1.4, 1.5, 1.6 and the development tip.
Package comes with an extensive test suite that's continuously run on travis against go versions: 1.3, 1.4, 1.5, 1.6, 1.7, 1.8 and the development tip.
```
$ go test github.com/tomazk/envcfg
```
Expand Down

0 comments on commit 23e3618

Please sign in to comment.