Skip to content

Commit 09f41ab

Browse files
Merge pull request #756 from dtaylor113/pfmodaloverlay-validations
pfModalOverlay: allow async validations while keeping modal open, demo maxlength validation
2 parents b589e07 + 80c72b9 commit 09f41ab

File tree

5 files changed

+79
-8401
lines changed

5 files changed

+79
-8401
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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)