Skip to content

Commit 8515ffc

Browse files
committed
Fixed travis build
1 parent 479817d commit 8515ffc

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
@@ -12,7 +12,7 @@ before_install:
1212
- mvn install -DskipTests=true -DdryRun=true
1313
- cd ..
1414
# install the gwt-material library before we build the demo
15-
- git clone -b release_2.1 https://github.com/GwtMaterialDesign/gwt-material.git
15+
- git clone -b master https://github.com/GwtMaterialDesign/gwt-material.git
1616
- cd master
1717
- mvn install -DskipTests=true -DdryRun=true
1818
- cd ..

0 commit comments

Comments
 (0)