escape inner quotation marks
This commit is contained in:
parent
576c710413
commit
774542d05e
@ -35,7 +35,7 @@ install:
|
||||
build_script:
|
||||
- echo "%JL_BUILD_SCRIPT%"
|
||||
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
||||
- C:\julia\bin\julia --project=C:\projects\plots-jl -e 'using Pkg; Pkg.pin(PackageSpec(name="FixedPointNumbers", version="0.7"))'
|
||||
- C:\julia\bin\julia --project=C:\projects\plots-jl -e "using Pkg; Pkg.pin(PackageSpec(name=\`"FixedPointNumbers\`", version=\`"0.7\`"))"
|
||||
|
||||
test_script:
|
||||
- echo "%JL_TEST_SCRIPT%"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user