author | Chloe Laisne <chloe.laisne@gmail.com> |
Mon, 17 Oct 2016 00:07:36 +0530 | |
changeset 340 | f0f3888734bb |
parent 262 | e999bcaa0c08 |
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