Skip to content

Commit

Permalink
Merge pull request #62 from chrisyip/travis-ci-hotfix
Browse files Browse the repository at this point in the history
Fix Travis CI build failing
  • Loading branch information
hotoo committed Aug 25, 2015
2 parents 91f1972 + 3e99c24 commit 4f9d2ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "0.12"
- "iojs-1"
- "iojs-2"
- "iojs-3"

install:
- npm install spm coveralls mocha
Expand All @@ -20,3 +21,15 @@ script:

after_success:
- cat coverage/lcov.info | node_modules/.bin/coveralls

# nodejieba only support g++ 4.8

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 4f9d2ca

Please sign in to comment.