Skip to content

Commit c4ceba4

Browse files
committed
Fixed travis build
1 parent f1750be commit c4ceba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- mvn install -DskipTests=true -DdryRun=true
2323
- cd ..
2424
# install the gwt-material-table library before we build the demo
25-
- git clone -b 201710bd_onload https://github.com/GwtMaterialDesign/gwt-material-table.git
25+
- git clone -b rework/201710bd_onload https://github.com/GwtMaterialDesign/gwt-material-table.git
2626
- cd gwt-material-table
2727
- mvn install -DskipTests=true -DdryRun=true
2828
- cd ..

0 commit comments

Comments
 (0)