Skip to content

Commit cbef0e1

Browse files
committed
Fix build.py
1 parent 51099dd commit cbef0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ addons:
66
packages:
77
- python3
88
script:
9-
- "python3 ./build.py -ib"
9+
- "python3 ./build.py -create-sample"
1010
before_deploy:
1111
- "go version"
1212
- "ls -al"
13-
- "python3 ./build.py -id"
13+
- "python3 ./build.py -build"
1414
deploy:
1515
provider: releases
1616
api_key:

0 commit comments

Comments
 (0)