mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
remove .travis.yml
This commit is contained in:
parent
fe9901858c
commit
3269637644
21
.travis.yml
21
.travis.yml
@ -1,21 +0,0 @@
|
||||
language: cpp
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install cmake; fi
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- make test
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
notifications:
|
||||
recipients:
|
||||
- i@yanyiwu.com
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
Loading…
x
Reference in New Issue
Block a user