Skip to content

Commit 3369de6

Browse files
committed
Update versions for v1.0
1 parent 87b31f0 commit 3369de6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929

3030
## uncomment the following lines to override the default test script
3131
#script:
32-
# - julia -e 'lc=["ModuleInterfaceTools", "StrAPI", "CharSetEncodings"];loc="https://github.com/JuliaString";if VERSION < v"0.7.0-DEV.5183" ; for pkg in lc; Pkg.clone("$loc/$pkg.jl"); Pkg.checkout(pkg, "master"); end; Pkg.clone(pwd()); Pkg.test("ChrBase"; coverage=true); else; import Pkg; for pkg in lc; Pkg.add("$loc/$pkg.jl"); end; using UUIDs; p = "Project.toml"; uuid = "c13fa7b1-fb91-5a40-8b3c-3aad7fd30002"; write(p, replace(read(p, String), uuid => uuid4())); Pkg.up(); Pkg.test(; coverage=true); end'
32+
3333
after_success:
3434
# push coverage results to Coveralls & Codecov
3535
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("ChrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["Characters"]
44
license = "MIT"
55
desc = "Basic functionality for Chr type"
66
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
7-
version = "0.1.4"
7+
version = "0.1.3"
88

99
[deps]
1010
CharSetEncodings = "cb9422de-a9d8-5b68-86db-ff05833ab307"

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
2-
ModuleInterfaceTools 0.1.5
3-
StrAPI 0.1.6
2+
ModuleInterfaceTools 0.1.6
3+
StrAPI 0.1.7
44
CharSetEncodings 0.1.5

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platform:
1313
## (tests will run but not make your overall status red)
1414
matrix:
1515
allow_failures:
16-
- julia_version: 1.0
16+
# - julia_version: 1.0
1717
- julia_version: latest
1818

1919
branches:

0 commit comments

Comments
 (0)