Skip to content

Conversation

wtgtybhertgeghgtwtg
Copy link

@wtgtybhertgeghgtwtg wtgtybhertgeghgtwtg commented May 19, 2018

To node>=4. Closes #4.

@wtgtybhertgeghgtwtg
Copy link
Author

CI is failing. Is there something I should do?

@realityking
Copy link

Looks like CI is failing because there's no .travis.yml. Not sure if @timoxley is willing to merge this PR but you could simply add a .travis.yml to get this PR into a mergeable state.

@styfle
Copy link

styfle commented Aug 31, 2018

Try adding a file .travis.yml with the following:

branches:
  only:
    - "master"

git:
  depth: 3

language: node_js

node_js:
  - "4"
  - "10"

script:
  - npm run test

Copy link

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@styfle
Copy link

styfle commented Aug 31, 2018

@timoxley What do you think?

@realityking
Copy link

I‘d add node 6 and 8 for safety otherwise 👍

@realityking
Copy link

@timoxley Could you check this one out? Thank you!

@ayonious
Copy link

ayonious commented Dec 6, 2020

@timoxley any update on this one? could you please approve and merge this?

@wtgtybhertgeghgtwtg wtgtybhertgeghgtwtg closed this by deleting the head repository Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider dropping support for older node versions.

4 participants