Skip to content

Commit 4cf62e6

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

File tree

5 files changed

+81
-8404
lines changed

5 files changed

+81
-8404
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: node_js
22
node_js:
3-
- '4'
3+
- '8'
44

5-
cache:
6-
directories:
7-
- node_modules
5+
cache: false
86

97
notifications:
108
email: false
@@ -17,7 +15,8 @@ env:
1715
- TRIGGER_REPO_BRANCH: "master"
1816

1917
before_install:
20-
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
18+
- rvm install 2.4.1
19+
- npm install -g [email protected]
2120
- npm install -g bower grunt-cli
2221
- npm install patternfly-eng-release
2322

0 commit comments

Comments
 (0)