Skip to content

Commit

Permalink
Update travis to use node 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Aug 15, 2016
1 parent 3544d74 commit 49071c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '6.2.1'
- '6.2.2'
env:
- CXX=g++-4.8
addons:
Expand All @@ -13,5 +13,3 @@ addons:
cache:
directories:
- node_modules
after_script:
- codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 49071c3

Please sign in to comment.