UNPKG

hazdev-webutils

Version:

Utilities commonly used in web applications developed by the EHP HazDev team.

18 lines (17 loc) 278 B
sudo: false language: php php: - '5.6' before_install: - composer self-update - nvm install stable - nvm use stable - npm install -g grunt-cli - npm --version - node --version - npm list -g install: - npm install phantomjs - npm install script: - npm test