Skip to content

Commit

Permalink
test modern node versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
afri committed Nov 20, 2016
1 parent d7faa2d commit e2815d8
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- v4
- v6
- v7
env:
- a="test/run --karma single-run"
- a="test/run --karma single-run" BROWSERS=Firefox
Expand All @@ -9,17 +11,6 @@ env:
# workaround https://github.com/npm/npm/issues/6679
install: "npm install --production && ./tools/gup node_modules/update"

matrix:
# just run integration tests on other node versions
include:
- node_js: "0.12"
env: a="test/run"
allow_failures:
- node_js: "0.12"
env: a="test/run"
- node_js: "0.10"
env: a="test/run --karma single-run" BROWSERS=Firefox

notifications:
email:
recipients:
Expand Down

0 comments on commit e2815d8

Please sign in to comment.