Skip to content

Commit

Permalink
include golang 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mission-liao committed Feb 23, 2016
1 parent 3fd1cd6 commit dca54f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.4
- 1.5
- 1.6

services:
- rabbitmq
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Below is a quicklink to go through this README:
- [A Distributed Task Framework with Local Mode](README.md#a-distributed-task-framework-with-local-mode)
- [Customizable](README.md#customizable)
- Supported Database Adaptor: [AMQP](amqp/README.md), [Redis](redis/README.md)
- Supported Golang Version: 1.4, 1.5
- Supported Golang Version: 1.4, 1.5, 1.6
- [Guide](docs/guide/README.md)
- [Benchmark](docs/benchmark.md)

Expand Down

0 comments on commit dca54f4

Please sign in to comment.