Skip to content

Commit

Permalink
Fix build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn1m committed Aug 19, 2018
1 parent 51099dd commit cbef0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ addons:
packages:
- python3
script:
- "python3 ./build.py -ib"
- "python3 ./build.py -create-sample"
before_deploy:
- "go version"
- "ls -al"
- "python3 ./build.py -id"
- "python3 ./build.py -build"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit cbef0e1

Please sign in to comment.