未验证 提交 3523c9e9 编写于 作者: L Liangliang He 提交者: GitHub

Merge pull request #49 from yejw5/add_travis

enable travis ci
language: cpp
sudo: required
before_install:
- sudo pip install pycodestyle
script:
- curl -o cpplint.py https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py && python cpplint.py --linelength=80 --counting=detailed $(find mace -name "*.h" -or -name "*.cc") && rm -f cpplint.py
- pycodestyle $(find -name "*.py")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册