Skip to content

Commit 2745351

Browse files
committed
Fix Travis build
1 parent daf1b0b commit 2745351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git:
2020
# uncomment the following lines to override the default test script
2121
script:
2222
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23-
- julia -e 'Pkg.clone("https://github.com/JuliaString/Strs.jl.git") ; Pkg.clone("https://github.com/JuliaString/Format.jl.git"); Pkg.clone("https://github.com/JuliaString/StrLiterals.jl.git"); Pkg.clone(pwd()); Pkg.test("StrFormat"); coverage=true)'
23+
- julia -e 'p="https://github.com/JuliaString"; s=".jl.git"; Pkg.clone("$p/Strs$s") ; Pkg.clone("$p/Format$s"); Pkg.clone("$p/StrLiterals$s"); Pkg.clone(pwd()); Pkg.test("StrFormat"; coverage=true)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'cd(Pkg.dir("StrFormat")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)