Skip to content

Commit 2f13353

Browse files
committed
update .travis.yml
1 parent 106edd9 commit 2f13353

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ language: go
44
go_import_path: github.com/qmuntal/opc
55

66
go:
7-
- 1.12.x
87
- 1.13.x
98
- 1.14.x
9+
- 1.15.x
10+
11+
os:
12+
- linux
13+
- windows
14+
- osx
1015

1116
env:
1217
- GO111MODULE=on

0 commit comments

Comments
 (0)