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.
21 lines (15 loc) • 390 B
YAML
language: node_js
node_js:
- '4'
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: