Skip to content

Commit 2c88d76

Browse files
authored
Merge pull request #36 from JuliaString/update
Update Project.toml
2 parents 28a69cb + 794dd12 commit 2c88d76

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
matrix:
17-
allow_failures:
18-
- julia: nightly
16+
#matrix:
17+
# allow_failures:
18+
# - julia: nightly
1919

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 'f = VERSION < v"0.7.0-DEV" ; f || (using Pkg) ; const clone = ifelse(f, Pkg.clone, Pkg.add) ; Pkg.add("Compat") ; clone(pwd()) ; Pkg.build("Format"); Pkg.test("Format"; coverage=true)'
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)'
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
name = "Format"
12
desc = "C, Python, and type-defined numeric and string formatting"
23
keywords = ["Strings", "Formatting"]
4+
authors = ["ScottPJones <[email protected]>"]
35
license = "MIT"
4-
name = "Format"
56
repo = "https://github.com/JuliaString/Format.jl.git"
6-
deps = ["Compat"]
77
git-tree-sha1 = "08516ad5a1004cfd0ac67ddf180a4e94ad7e47e2"
88
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
99
version = "0.6.2"
10+
#deps = ["Compat"]

0 commit comments

Comments
 (0)