File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
# uncomment the following lines to override the default test script
21
21
script :
22
22
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
- - julia -e 'if VERSION < v"0.7.0-DEV" ; Pkg.add("Compat") ; Pkg.clone(pwd()) ; Pkg.build("Format"); else ; using Pkg ; end ; Pkg.test("Format"; coverage=true)'
23
+ - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183 " ; Pkg.add("Compat") ; Pkg.clone(pwd()) ; Pkg.build("Format"); end ; Pkg.test("Format"; coverage=true)'
24
24
after_success :
25
25
# push coverage results to Coveralls
26
26
- julia -e 'cd(Pkg.dir("Format")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ repo = "https://github.com/JuliaString/Format.jl.git"
7
7
git-tree-sha1 = " 08516ad5a1004cfd0ac67ddf180a4e94ad7e47e2"
8
8
uuid = " 1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
9
9
version = " 0.6.2"
10
- # deps = ["Compat"]
10
+
11
+ [deps ]
12
+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
You can’t perform that action at this time.
0 commit comments