Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,28 @@ language: node_js
build_image: shippable/minv2

node_js:
- "0.10"
- 0.10
- "0.11"

env:
- foo=bar
- bar=foo

matrix:
allow_failures:
- node_js: "0.11"

exclude:
- node_js: "0.10"
env: bar=foo

script: "npm run-script test-travis"

after_script:
- ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui=bdd --reporter=xunit-file
- ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/
- cp README.md ./shippable


notifications:
email:
Expand All @@ -29,6 +38,7 @@ notifications:

archive: true

cache: true

#cache: true