diff options
Diffstat (limited to 'vendor/github.com/olekukonko/tablewriter/.travis.yml')
-rw-r--r-- | vendor/github.com/olekukonko/tablewriter/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/olekukonko/tablewriter/.travis.yml b/vendor/github.com/olekukonko/tablewriter/.travis.yml new file mode 100644 index 0000000000..9c64270e2e --- /dev/null +++ b/vendor/github.com/olekukonko/tablewriter/.travis.yml @@ -0,0 +1,14 @@ +language: go + +go: + - 1.1 + - 1.2 + - 1.3 + - 1.4 + - 1.5 + - 1.6 + - 1.7 + - 1.8 + - 1.9 + - "1.10" + - tip |