Skip to content

Commit

Permalink
Re-enable 0.8 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wilson committed Nov 10, 2015
1 parent 3b00544 commit f245b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "make check"
after_success:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] && make codecovio'
- '[ "${TRAVIS_NODE_VERSION}" = "4.2" ] && make codecovio'

0 comments on commit f245b4f

Please sign in to comment.