mirror of https://github.com/emn178/js-md5.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
357 B
YAML
22 lines
357 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12.15"
|
|
- "4.5"
|
|
- "6.5.0"
|
|
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:
|
|
- master
|