AMD64
Node.js: 0.10
Git
COVERALLS=1
travis-ci/cal-heatmap:.travis.yml@b168f35
language: node_js
node_js:
- 0.10
matrix:
include:
- node_js: 0.10
env:
- COVERALLS=1
before_script:
- npm install -g grunt-cli
- echo "# for coveralls
src_dir:./" > .coveralls.yml
after_script:
- sh -c "if [ '$COVERALLS' = '1' ]; then grunt coveralls --verbose; fi"
Build Config
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"0.10"
],
"before_script": [
"npm install -g grunt-cli",
"echo \"# for coveralls src_dir:./\" > .coveralls.yml"
],
"after_script": [
"sh -c \"if [ '$COVERALLS' = '1' ]; then grunt coveralls --verbose; fi\""
],
"jobs": {
"include": [
{
"node_js": "0.10",
"env": [
{
"COVERALLS": "1"
}
]
}
]
}
}