~ubuntu-branches/debian/sid/node-proxy-addr/sid

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2014-07-05 18:32:39 UTC
  • Revision ID: package-import@ubuntu.com-20140705183239-nnn5opqntfsoymi1
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: node_js
 
2
node_js:
 
3
  - "0.8"
 
4
  - "0.10"
 
5
  - "0.11"
 
6
matrix:
 
7
  allow_failures:
 
8
    - node_js: "0.11"
 
9
  fast_finish: true
 
10
script: "npm run-script test-travis"
 
11
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"