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

Commit

Permalink
Merge pull request #18 from heimdalljs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Drop Node 0.12 support.
  • Loading branch information
hjdivad committed Feb 8, 2017
2 parents b559152 + 69b2ae9 commit 8c9a228
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 8c9a228

Please sign in to comment.