UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

25 lines (18 loc) 436 B
language: node_js node_js: - '4' env: global: - PF_PAGE_BUILDER: "jekyll" cache: directories: - node_modules before_install: - rvm install 2.3.1 - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi - npm install -g bower grunt-cli - npm install git+https://github.com/patternfly/patternfly-eng-release.git install: true script: - sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -p after_success: