You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ git:
18
18
# - julia: nightly
19
19
20
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="HTML_Entities" ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); else; Pkg.up(); end ; Pkg.build(pkg); Pkg.test(pkg; coverage=true)'
21
+
#script:
22
+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
+
# - julia -e 'pkg="HTML_Entities" ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); else; Pkg.up(); end ; Pkg.build(pkg); Pkg.test(pkg; coverage=true)'
24
24
after_success:
25
25
# push coverage results to Coveralls
26
26
- julia -e 'cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments