Skip to content

Commit 8964cab

Browse files
committed
StrTables is now registered, get rid of custom loading
1 parent 25fc837 commit 8964cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ git:
1818
# - julia: nightly
1919

2020
# uncomment the following lines to override the default test script
21-
script:
22-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23-
- julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("HTML_Entities"); Pkg.test("HTML_Entities"; coverage=true)'
21+
#script:
22+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23+
# - julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("HTML_Entities"); Pkg.test("HTML_Entities"; coverage=true)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)