Skip to content

Commit

Permalink
[ci] Remove node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Feb 3, 2017
1 parent 5c43867 commit 44b8da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ node_js:
- "7"
- "6"
- "4"
- "0.12"
os:
- osx
matrix:
Expand All @@ -21,7 +20,3 @@ matrix:
os: linux
sudo: false
dist: trusty
- node_js: "0.12"
os: linux
sudo: false
dist: trusty
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -3,15 +3,13 @@ environment:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"
- nodejs_version: "0.12"
platform:
- x86
- x64
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- if %nodejs_version% equ 0.12 npm -g install npm@latest
- npm install
test_script:
- node --version
Expand Down

0 comments on commit 44b8da4

Please sign in to comment.