Skip to content

Commit b92d63c

Browse files
committed
added tests on windows
1 parent c42fd12 commit b92d63c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ go:
55
- 1.13.x
66
- 1.x
77

8+
os:
9+
- linux
10+
- windows
11+
812
env:
913
- GO111MODULE=on
1014

@@ -16,6 +20,7 @@ jobs:
1620
include:
1721
- stage: deploy
1822
go: 1.x
23+
os: linux
1924
before_install:
2025
- curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
2126
- sudo apt-get install -y nodejs

0 commit comments

Comments
 (0)