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

fix ci

上级 b79483d9
language: cpp
cache: ccache
sudo: required
dist: xenial
dist: Bionic
services:
- docker
os:
......@@ -26,7 +26,7 @@ script:
- exit_code=0
- .travis/precommit.sh || exit_code=$(( exit_code | $? ))
- 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
notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册