fixed travis build

This commit is contained in:
Chen, Yi-Cyuan
2017-07-14 13:28:43 +08:00
parent c00df3af37
commit 2bdc4894fc
+9
View File
@@ -6,6 +6,15 @@ node_js:
before_install:
- npm install coveralls
- npm install mocha-lcov-reporter
install:
- CXX="g++-4.8" CC="gcc-4.8" npm install
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
script: npm run-script coveralls
branches:
only: