We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bc6ac commit 3f47797Copy full SHA for 3f47797
.travis.yml
@@ -17,6 +17,11 @@ before_install:
17
- cd gwt-material
18
- mvn install -DskipTests=true -DdryRun=true
19
- 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 ..
25
install: true
26
before_script:
27
- chmod +x .utility/*
0 commit comments