We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fc837 commit 8964cabCopy full SHA for 8964cab
.travis.yml
@@ -18,9 +18,9 @@ git:
18
# - julia: nightly
19
20
# 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)'
+#script:
+# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
+# - julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("HTML_Entities"); Pkg.test("HTML_Entities"; coverage=true)'
24
after_success:
25
# push coverage results to Coveralls
26
- julia -e 'cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments