We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5acb commit a3dc2c9Copy full SHA for a3dc2c9
.travis.yml
@@ -11,6 +11,7 @@ env:
11
12
before_install:
13
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
14
+ - if [[ -n ${NPM_TOKEN} ]]; then echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc; fi
15
- npm install -g bower grunt-cli
16
- npm install git+https://github.com/patternfly/patternfly-eng-release.git
17
0 commit comments