Skip to content

Commit 01cd5db

Browse files
committed
Fixing patternfly-eng-release install -- build won't succeed without latest.
1 parent 4f9cabd commit 01cd5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
before_install:
1313
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
1414
- npm install -g bower grunt-cli
15-
- npm install patternfly-eng-release
15+
- npm install git+https://github.com/patternfly/patternfly-eng-release.git
1616

1717
install: true
1818

0 commit comments

Comments
 (0)