author | ymh <ymh.work@gmail.com> |
Fri, 04 Nov 2016 19:03:25 +0100 | |
changeset 392 | 4fbe94af93e8 |
parent 263 | 3deace9204de |
child 456 | 3a32d2f57429 |
permissions | -rw-r--r-- |
--- language: node_js node_js: - "4" sudo: false cache: directories: - node_modules before_install: - npm config set spin false - npm install -g bower - bower --version - npm install phantomjs-prebuilt - node_modules/phantomjs-prebuilt/bin/phantomjs --version install: - npm install - bower install script: - npm test