UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

16 lines (14 loc) 214 B
sudo: false language: node_js before_install: - "npm install npm -g" node_js: - "0.10" - "0.12" - "4" - "5" - "6" env: - TEST_SUITE=standard - TEST_SUITE=unit script: "npm run-script $TEST_SUITE"