Skip to content

Commit 80c72b9

Browse files
committed
fix(pfModalOverlay): allow for async validations while keeping modal open
1 parent b589e07 commit 80c72b9

File tree

5 files changed

+79
-8401
lines changed

5 files changed

+79
-8401
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '4'
3+
- '8'
44

55
cache:
66
directories:
@@ -17,7 +17,7 @@ env:
1717
- TRIGGER_REPO_BRANCH: "master"
1818

1919
before_install:
20-
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
20+
- npm install -g npm@5.4.0
2121
- npm install -g bower grunt-cli
2222
- npm install patternfly-eng-release
2323

0 commit comments

Comments
 (0)