mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-13 04:51:44 +08:00
fixed travis build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user