Skip to content

Commit 731377d

Browse files
committed
try package on 3 os'es
1 parent f4e0d79 commit 731377d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.travis.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,16 @@ branches:
1010
services:
1111
- docker
1212

13-
script:
14-
make build
13+
matrix:
14+
include:
15+
- name: Linux Package
16+
script:
17+
make build
18+
- name: OSX Package
19+
os: osx
20+
script:
21+
make build
22+
- name: Windows Package
23+
os: windows
24+
script:
25+
make build

0 commit comments

Comments
 (0)