Skip to content

Commit 2526172

Browse files
authored
Merge pull request #37 from JuliaString/update
Update
2 parents 2c88d76 + 3647004 commit 2526172

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.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 '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)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'cd(Pkg.dir("Format")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ repo = "https://github.com/JuliaString/Format.jl.git"
77
git-tree-sha1 = "08516ad5a1004cfd0ac67ddf180a4e94ad7e47e2"
88
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
99
version = "0.6.2"
10-
#deps = ["Compat"]
10+
11+
[deps]
12+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)