UNPKG

react-mdl

Version:

React Components for Material Design Lite

16 lines (15 loc) 394 B
general: branches: ignore: - gh-pages dependencies: pre: - case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=5 ;; 2) NODE_VERSION=stable ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION test: override: - npm t deployment: coverage: branch: /.*/ commands: - bash <(curl -s https://codecov.io/bash) -f coverage/lcov.info