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 648f78a commit 57691d3Copy full SHA for 57691d3
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
install: true
18
19
script:
20
- - sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
+ - ./node_modules/patternfly-eng-release/scripts/_build.sh -a
21
22
after_success:
23
- ./scripts/publish-ghpages.sh -t docs
package.json
@@ -48,7 +48,7 @@
48
"karma-phantomjs-launcher": "^1.0.0",
49
"matchdep": "0.3.0",
50
"nsp": "^2.6.1",
51
- "patternfly-eng-release": "3.25.0"
+ "patternfly-eng-release": "3.25.1"
52
},
53
"scripts": {
54
"test": "grunt test"
0 commit comments