提交 243b4109 编写于 作者: S superjom

fix

上级 de964623
...@@ -20,9 +20,10 @@ addons: ...@@ -20,9 +20,10 @@ addons:
- python-wheel - python-wheel
- clang-format-3.8 - clang-format-3.8
- ccache - ccache
- cmake
script: script:
- mkdir build - mkdir -p build
- cd build && cmake .. && make && make test - cd build && cmake .. && make && make test
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册