Skip to content

Commit

Permalink
drop go1.5 and add go1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Feb 17, 2017
1 parent 99a8c34 commit eed1c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- 1.5
- 1.6
- 1.7
- 1.8

before_install:
- go get github.com/axw/gocov/gocov
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installation
go get github.com/yuin/gopher-lua
GopherLua supports >= Go1.5.
GopherLua supports >= Go1.6.

----------------------------------------------------------------
Usage
Expand Down

0 comments on commit eed1c79

Please sign in to comment.