Skip to content

Commit

Permalink
CB-12666 - Remove node 0.x testing. Cleaned up testing use of v4 and …
Browse files Browse the repository at this point in the history
…v6 of node

 This closes #5
  • Loading branch information
shazron committed Apr 18, 2017
1 parent 6600569 commit 09b8c92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,11 +1,8 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.2"
- "5.4"
- "6.0"
- "4"
- "6"
install:
- npm install
script:
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
@@ -1,7 +1,13 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"

install:
- ps: Install-Product node $env:nodejs_version
- npm install

build: off
Expand Down

0 comments on commit 09b8c92

Please sign in to comment.