Skip to content

Commit

Permalink
Build: Update Travis to only test Node 0.10 (refs eslint#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed May 2, 2014
1 parent d616824 commit f4f6518
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"

matrix:
allowed_failures:
node: "0.8"
node: "0.11"

script: "npm test && npm run perf"

Expand Down

0 comments on commit f4f6518

Please sign in to comment.