Skip to content

Commit ce729bd

Browse files
committed
Update travis for v1.0
1 parent 6cd02cb commit ce729bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ os:
55
- osx
66
julia:
77
- 0.6
8+
- 0.7
9+
- 1.0
810
- nightly
911
notifications:
1012
email: false
@@ -28,7 +30,7 @@ matrix:
2830
## uncomment the following lines to override the default test script
2931
script:
3032
# - julia -e 'if VERSION < v"0.7.0-DEV.5183"; Pkg.clone(pwd()); else; using Pkg; Pkg.add(pwd()); Pkg.up(); end; Pkg.test("StrBase"; coverage=true)'
31-
- julia -e 'lc=["ModuleInterfaceTools", "CharSetEncodings", "ChrBase"];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("StrBase"; coverage=true); else; import Pkg; for pkg in lc; Pkg.add("$loc/$pkg.jl"); end; using UUIDs; p = "Project.toml"; uuid = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"; write(p, replace(read(p, String), uuid => uuid4())); Pkg.up(); Pkg.test(; coverage=true); end'
33+
# - julia -e 'lc=["ModuleInterfaceTools", "CharSetEncodings", "ChrBase"];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("StrBase"; coverage=true); else; import Pkg; for pkg in lc; Pkg.add("$loc/$pkg.jl"); end; using UUIDs; p = "Project.toml"; uuid = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"; write(p, replace(read(p, String), uuid => uuid4())); Pkg.up(); Pkg.test(; coverage=true); end'
3234
after_success:
3335
# push coverage results to Coveralls
3436
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("StrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)