From 3e99c240a8746afbfe2cc1ed32b4a505dfb5a528 Mon Sep 17 00:00:00 2001 From: Chris Yip Date: Mon, 24 Aug 2015 22:48:50 +0800 Subject: [PATCH] Fix Travis CI build failing --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb07193..f7ae41f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "0.12" - "iojs-1" - "iojs-2" + - "iojs-3" install: - npm install spm coveralls mocha @@ -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