Sha256: d4c93f0e9b141e4eae801fc00827d33185ea41196fc76116311cd61590ab5b36

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

language: cpp
before_install:
  - sudo apt-get install cmake
script: 
  - mkdir build
  - cd build
  - cmake ..
  - make
  - ./test/test.run
  - ./load_test
os:
  - linux
  - osx
compiler:
  - clang
  - gcc
notifications:
  recipients:
    - wuyanyi09@foxmail.com
  email:
    on_success: change
    on_failure: always

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jieba_rb-0.0.5 ext/cppjieba/.travis.yml
jieba_rb-0.0.2 ext/cppjieba/.travis.yml
jieba_rb-0.0.1 ext/cppjieba/.travis.yml