Skip to content

Commit ff459c8

Browse files
committed
StrTables is now registered, get rid of custom loading
1 parent 873e06f commit ff459c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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.add("LightXML"); Pkg.clone(pwd()); Pkg.build("LaTeX_Entities"); Pkg.test("LaTeX_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.add("LightXML"); Pkg.clone(pwd()); Pkg.build("LaTeX_Entities"); Pkg.test("LaTeX_Entities"; coverage=true)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'cd(Pkg.dir("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
22
StrTables
3-
#LightXML
3+
LightXML
44

0 commit comments

Comments
 (0)