Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Drop Node 0.12 support. #18

Merged
merged 1 commit into from Feb 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.12"
- "4"
- "6"
- "stable"
Expand All @@ -11,4 +10,4 @@ cache:
- node_modules

before_script:
- if [ "${TRAVIS_NODE_VERSION}" != "0.12" ]; then yarn upgrade; fi # ensure we are testing against latest versions of all deps with Yarn
- yarn upgrade