Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
update travis config and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Sep 9, 2016
1 parent 9e30aac commit 5bd4a71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ go:
- 1.6.3
- 1.7
- 1.7.1
- tip
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,23 @@ Package goroutine is not well tested due to lack of test machines.
Ideally, it should work on all go >= go1.5.

Tested platforms.
* go1.5.1 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.6.3 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.7 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.7.1 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.5.1
* go1.6.3
* go1.7
* go1.7.1
* Travis CI (See https://travis-ci.org/huandu/goroutine)
* go1.5
* go1.5.1
* go1.5.2
* go1.5.3
* go1.5.4
* go1.6
* go1.6.1
* go1.6.2
* go1.6.3
* go1.7
* go1.7.1

## License ##

Expand Down

0 comments on commit 5bd4a71

Please sign in to comment.