Skip to content

Commit

Permalink
Fix Travis CI build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyip committed Aug 24, 2015
1 parent 91f1972 commit 3e99c24
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 3e99c24

Please sign in to comment.