Skip to content

Commit

Permalink
Fix: Stdout output parsing from yarn
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed official Node 4 support. It may still work, but now you're on your own.
  • Loading branch information
jhnns committed Oct 2, 2018
1 parent 680ac73 commit ff56fbb
Show file tree
Hide file tree
Showing 12 changed files with 2,942 additions and 538 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: node_js
os:
- linux
node_js:
- 10
- 8
- 6
- 4

script:
- npm install
Expand Down
Loading

0 comments on commit ff56fbb

Please sign in to comment.