You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
342 B
19 lines
342 B
4 years ago
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- 0.8
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
- proof
|
||
|
- travis-ci
|
||
|
|
||
|
# Not using `npm install --dev` because it is recursive. It will pull in the all
|
||
|
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
|
||
|
# build output.
|
||
|
|
||
|
before_install:
|
||
|
- npm install
|
||
|
- npm install istanbul coveralls
|