Skip to content

Commit 78f397f

Browse files
authored
Merge pull request #15 from raymondxyang/pypi_test
Update to build v1.5.0
2 parents 9e961af + d0b0028 commit 78f397f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=onnx
4-
- BUILD_COMMIT=9e55ace55aad1ada27516038dfbdc66a8a0763db
4+
- BUILD_COMMIT=94d238d96e3fb3a7ba34f03c284b9ad3516163be
55
- PLAT=x86_64
66
- PB_VERSION=2.6.1
77
- UNICODE_WIDTH=32

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ environment:
4747

4848
install:
4949
- cmd: set repo_dir=onnx
50-
- cmd: set build_commit=9e55ace55aad1ada27516038dfbdc66a8a0763db
50+
- cmd: set build_commit=94d238d96e3fb3a7ba34f03c284b9ad3516163be
5151
- cmd: git submodule update --init --recursive
5252
- cmd: cd %repo_dir%
5353
- cmd: git fetch origin

0 commit comments

Comments
 (0)