Skip to content

Commit

Permalink
perf(travis): Update node 6.2 to 6.3 in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkapadia committed Jul 15, 2016
1 parent 605be16 commit 26e5cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "4.4"
- "6.2"
- "6.3"
services:
- mongodb
cache:
Expand All @@ -12,4 +12,4 @@ git:
before_script:
- npm prune
after_script:
- npm run report-coverage
- npm run report-coverage

0 comments on commit 26e5cfb

Please sign in to comment.