Skip to content

Commit dd7d405

Browse files
authored
Merge pull request #17 from infosiftr/travis-windows
Add Windows to Travis matrix
2 parents 3225f01 + 58d1893 commit dd7d405

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go_import_path: github.com/docker-library/go-dockerlibrary
55
go:
66
- 1.11.x
77
- 1.10.x
8-
- 1.9.x
9-
- 1.8.x
10-
- 1.7.x
11-
- 1.6.x
8+
9+
os:
10+
- linux
11+
- windows
1212

1313
script:
1414
- |

0 commit comments

Comments
 (0)