提交 8a2ea9a4 编写于 作者: H Hui Zhang

fix ci

上级 b79483d9
language: cpp language: cpp
cache: ccache cache: ccache
sudo: required sudo: required
dist: xenial dist: Bionic
services: services:
- docker - docker
os: os:
...@@ -26,7 +26,7 @@ script: ...@@ -26,7 +26,7 @@ script:
- exit_code=0 - exit_code=0
- .travis/precommit.sh || exit_code=$(( exit_code | $? )) - .travis/precommit.sh || exit_code=$(( exit_code | $? ))
- docker run -i --rm -v "$PWD:/py_unittest" paddlepaddle/paddle:latest /bin/bash -c - docker run -i --rm -v "$PWD:/py_unittest" paddlepaddle/paddle:latest /bin/bash -c
'cd /py_unittest; sh .travis/unittest.sh' || exit_code=$(( exit_code | $? )) 'cd /py_unittest; bash .travis/unittest.sh' || exit_code=$(( exit_code | $? ))
exit $exit_code exit $exit_code
notifications: notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册