Skip to content

Commit 57691d3

Browse files
committed
Changed the way travis invokes the release script and incremented the pf-eng-release dep
1 parent 648f78a commit 57691d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
install: true
1818

1919
script:
20-
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
20+
- ./node_modules/patternfly-eng-release/scripts/_build.sh -a
2121

2222
after_success:
2323
- ./scripts/publish-ghpages.sh -t docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"karma-phantomjs-launcher": "^1.0.0",
4949
"matchdep": "0.3.0",
5050
"nsp": "^2.6.1",
51-
"patternfly-eng-release": "3.25.0"
51+
"patternfly-eng-release": "3.25.1"
5252
},
5353
"scripts": {
5454
"test": "grunt test"

0 commit comments

Comments
 (0)