Skip to content

Commit 3f47797

Browse files
committed
Added dependency to gwt-material-table (Needed by Infinite Scroll)
1 parent d7bc6ac commit 3f47797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ before_install:
1717
- cd gwt-material
1818
- mvn install -DskipTests=true -DdryRun=true
1919
- cd ..
20+
# install the gwt-material-table library before we build the demo
21+
- git clone -b release_2.4.0 https://github.com/GwtMaterialDesign/gwt-material-table.git
22+
- cd gwt-material-table
23+
- mvn install -DskipTests=true -DdryRun=true
24+
- cd ..
2025
install: true
2126
before_script:
2227
- chmod +x .utility/*

0 commit comments

Comments
 (0)