rm submodule pull, clone instead
This commit is contained in:
parent
16b6e49c94
commit
41f3f4928d
|
@ -5,7 +5,7 @@ cache:
|
|||
image: Visual Studio 2019
|
||||
build: off
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
- git clone https://github.com/antlr/antlr-php-runtime.git
|
||||
- cinst -y dart-sdk --version=2.8.4
|
||||
build_script:
|
||||
- mvn -DskipTests install --batch-mode
|
||||
|
|
Loading…
Reference in New Issue