Sha256: 2894ec217ab8a784ed19bc2d62587a6378fe66bd1ae6cdfc80ebdebdfaf904f5

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cppjieba_rb-0.4.2 ext/cppjieba/.travis.yml
cppjieba_rb-0.4.1 ext/cppjieba/.travis.yml
cppjieba_rb-0.3.3 ext/cppjieba/.travis.yml
cppjieba_rb-0.3.1 ext/cppjieba/.travis.yml