Skip to content

Commit

Permalink
exclude go 1.3 and 1.4 versions from travis, since mysql driver does …
Browse files Browse the repository at this point in the history
…not support it anymore
  • Loading branch information
l3pp4rd committed Sep 6, 2017
1 parent 54210f8 commit c338952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: go
go:
- 1.3.x
- 1.4
# - 1.3.x - mysql driver does not support
# - 1.4 - mysql driver does not support
- 1.5.x
- 1.6.x
- 1.7.x
Expand Down

0 comments on commit c338952

Please sign in to comment.